We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d511b0 + 519160b commit d47e64fCopy full SHA for d47e64f
roles/ansible-os-hardening/tasks/pam.yml
@@ -42,10 +42,6 @@
42
file: path='{{tally2_path}}' state=absent
43
when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and not os_auth_pam_passwdqc_enable and os_auth_retries == 0
44
45
-- name: update pam
46
- command: 'pam-auth-update --package'
47
- when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu')
48
-
49
- name: remove pam_cracklib, because it does not play nice with passwdqc
50
yum: name='{{os_packages_pam_cracklib}}' state=absent
51
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'Oracle Linux') and os_auth_pam_passwdqc_enable
0 commit comments