Merge pull request #156 from oakey-b1/oakey-b1-patch-1

Don't create home for system accounts
This commit is contained in:
Sebastian Gumprich 2017-12-07 19:16:44 +01:00 committed by GitHub
commit 743d2c871e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}'