Skip to content

Commit

Permalink
Merge pull request dev-sec#126 from pestaa/patch-1
Browse files Browse the repository at this point in the history
Converts set to JSON-serializable list
  • Loading branch information
rndmh3ro authored May 7, 2017
2 parents d1a835d + 98b5ba2 commit f5bbb18
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 f5bbb18

Please sign in to comment.