Skip to content

Commit c537a08

Browse files
author
Colin Hoglund
committed
bugfix: need quotes around when clause
1 parent f9bc928 commit c537a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
group: name="{{item.username}}"
99
gid="{{item.gid if item.gid is defined else item.uid}}"
1010
with_items: "{{users}}"
11-
when: 'group' not in item and users_create_per_user_group
11+
when: "'group' not in item and users_create_per_user_group"
1212
tags: ['users','configuration']
1313

1414
- name: User creation

0 commit comments

Comments
 (0)