Skip to content

Commit

Permalink
Converts set to JSON-serializable list
Browse files Browse the repository at this point in the history
  • Loading branch information
pestaa authored May 6, 2017
1 parent d1a835d commit 98b5ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/user_accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
- name: change system accounts not on the user provided ignore-list
user: name='{{item}}' shell='{{os_nologin_shell_path}}' password='*'
with_items:
- '{{sys_accs_cond | default(omit) | difference(os_ignore_users) }}'
- '{{sys_accs_cond | default(omit) | difference(os_ignore_users) | list }}'

0 comments on commit 98b5ba2

Please sign in to comment.