Skip to content

Commit f9d4abd

Browse files
committed
Added group creation
1 parent 49d98b0 commit f9d4abd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
- name: Creating groups
3+
group: name="{{item}}"
4+
with_items: groups
5+
tags: ['users','groups','configuration']
6+
27
- name: Per-user group creation
38
group: name="{{item.username}}" gid="{{item.uid}}"
49
with_items: users

0 commit comments

Comments
 (0)