Skip to content

Commit

Permalink
Updated tasks/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ComplianceAsCode development team authored and dmc5179 committed Dec 21, 2022
1 parent 306b050 commit 73ac411
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,6 @@

- name: Read signatures in GPG key
command: gpg --show-keys --with-fingerprint --with-colons "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
args:
warn: false
changed_when: false
register: gpg_fingerprints
check_mode: false
Expand Down Expand Up @@ -632,8 +630,6 @@
cmd: rpm -qV pam
register: result_altered_authselect
ignore_errors: true
args:
warn: false
when:
- configure_strategy | bool
- enable_authselect | bool
Expand Down Expand Up @@ -4929,6 +4925,7 @@
- NIST-800-53-CM-7(a)
- NIST-800-53-CM-7(b)
- NIST-800-53-IA-5(1)(c)
- PCI-DSS-Req-2.2.4
- disable_strategy
- high_severity
- low_complexity
Expand Down Expand Up @@ -5040,6 +5037,7 @@
- NIST-800-53-CM-6(a)
- NIST-800-53-CM-7(a)
- NIST-800-53-CM-7(b)
- PCI-DSS-Req-2.2.4
- disable_strategy
- high_severity
- low_complexity
Expand Down

0 comments on commit 73ac411

Please sign in to comment.