File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2020 - verify_tasks/netrc.yml
2121 - verify_tasks/ignore_home_folders.yml
2222
23- - name : include PAM tests
24- include_tasks : verify_tasks/pam.yml
25- when : ansible_facts.distribution in ['Debian', 'Ubuntu'] or ansible_facts.os_family == 'RedHat'
23+ # temp. disabled - https://github.com/dev-sec/ansible-collection-hardening/issues/690
24+ # - name: include PAM tests
25+ # include_tasks: verify_tasks/pam.yml
26+ # when: ansible_facts.distribution in ['Debian', 'Ubuntu'] or ansible_facts.os_family == 'RedHat'
2627
2728 - name : include YUM tests
2829 include_tasks : verify_tasks/yum.yml
Original file line number Diff line number Diff line change 88 no_proxy : " {{ lookup('env', 'no_proxy') | default(omit) }}"
99 tasks :
1010
11- - name : include PAM tests
12- include_tasks : verify_tasks/pam.yml
13- when : ansible_facts.distribution in ['Debian', 'Ubuntu'] or ansible_facts.os_family == 'RedHat'
11+ # temp. disabled - https://github.com/dev-sec/ansible-collection-hardening/issues/690
12+ # - name: include PAM tests
13+ # include_tasks: verify_tasks/pam.yml
14+ # when: ansible_facts.distribution in ['Debian', 'Ubuntu'] or ansible_facts.os_family == 'RedHat'
1415
1516 - name : include YUM tests
1617 include_tasks : verify_tasks/yum.yml
You can’t perform that action at this time.
0 commit comments