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 20
20
- verify_tasks/netrc.yml
21
21
- verify_tasks/ignore_home_folders.yml
22
22
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'
26
27
27
28
- name : include YUM tests
28
29
include_tasks : verify_tasks/yum.yml
Original file line number Diff line number Diff line change 8
8
no_proxy : " {{ lookup('env', 'no_proxy') | default(omit) }}"
9
9
tasks :
10
10
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'
14
15
15
16
- name : include YUM tests
16
17
include_tasks : verify_tasks/yum.yml
You can’t perform that action at this time.
0 commit comments