This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-users
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
only do user groups when defined
master
Markus Katharina Brechtel
7 years ago
parent
d91ca5ec85
commit
a86c8d7f48
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/main.yml
+ 1
- 0
tasks/main.yml
View File
@@ -6,6 +6,7 @@
gid: "{{ user_groups[item].gid }}"
state: present
with_items: "{{ user_groups.keys() }}"
when: user_groups is defined
- name: users primary group
group:
Write
Preview
Loading…
Cancel
Save