Skip to content

Commit

Permalink
BUGFIX: with_items typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhoglund committed Nov 10, 2016
1 parent ce41d52 commit 0f25ca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- name: Per-user group creation
group: name="{{item.username}}"
gid="{{item.gid if item.gid is defined else item.uid}}"
with_items: users
with_items: "{{users}}"
when: users_create_per_user_group
tags: ['users','configuration']
Expand Down

0 comments on commit 0f25ca7

Please sign in to comment.