We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d98b0 commit f9d4abdCopy full SHA for f9d4abd
tasks/main.yml
@@ -1,4 +1,9 @@
1
---
2
+- name: Creating groups
3
+ group: name="{{item}}"
4
+ with_items: groups
5
+ tags: ['users','groups','configuration']
6
+
7
- name: Per-user group creation
8
group: name="{{item.username}}" gid="{{item.uid}}"
9
with_items: users
0 commit comments