Skip to content

Commit

Permalink
Merge pull request #156 from oakey-b1/oakey-b1-patch-1
Browse files Browse the repository at this point in the history
Don't create home for system accounts
  • Loading branch information
rndmh3ro authored Dec 7, 2017
2 parents bf6cb73 + e6f534c commit 743d2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/user_accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
name: '{{ item }}'
shell: '{{ os_nologin_shell_path }}'
password: '*'
createhome: False
with_flattened:
- '{{ sys_accs_cond | default([]) | difference(os_ignore_users) | list }}'

0 comments on commit 743d2c8

Please sign in to comment.