mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Fix nologin shell path
This commit is contained in:
parent
cf756ada2c
commit
c5307b36f0
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ os_packages_pam_passwdqc: 'libpam-passwdqc'
|
|||
os_packages_pam_cracklib: 'libpam-cracklib'
|
||||
passwdqc_path: '/usr/share/pam-configs/passwdqc'
|
||||
tally2_path: '/usr/share/pam-configs/tally2'
|
||||
os_nologin_shell_path: '/usr/sbin/nologin/'
|
||||
os_nologin_shell_path: '/usr/sbin/nologin'
|
||||
|
|
Loading…
Reference in a new issue