Skip to content

Commit d47e64f

Browse files
committed
Merge pull request #46 from fitz123/master
remove duplicate "update pam" task
2 parents 0d511b0 + 519160b commit d47e64f

File tree

1 file changed

+0
-4
lines changed
  • roles/ansible-os-hardening/tasks

1 file changed

+0
-4
lines changed

roles/ansible-os-hardening/tasks/pam.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
file: path='{{tally2_path}}' state=absent
4343
when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and not os_auth_pam_passwdqc_enable and os_auth_retries == 0
4444

45-
- name: update pam
46-
command: 'pam-auth-update --package'
47-
when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu')
48-
4945
- name: remove pam_cracklib, because it does not play nice with passwdqc
5046
yum: name='{{os_packages_pam_cracklib}}' state=absent
5147
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'Oracle Linux') and os_auth_pam_passwdqc_enable

0 commit comments

Comments
 (0)