mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Merge pull request #156 from oakey-b1/oakey-b1-patch-1
Don't create home for system accounts
This commit is contained in:
commit
743d2c871e
1 changed files with 1 additions and 0 deletions
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in a new issue