Skip to content

Commit 0f25ca7

Browse files
committed
BUGFIX: with_items typo
1 parent ce41d52 commit 0f25ca7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- name: Per-user group creation
88
group: name="{{item.username}}"
99
gid="{{item.gid if item.gid is defined else item.uid}}"
10-
with_items: users
1110
with_items: "{{users}}"
1211
when: users_create_per_user_group
1312
tags: ['users','configuration']

0 commit comments

Comments
 (0)