Skip to content

Commit

Permalink
fixed typo for issue 397 thanks to @dirkvdplas
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jul 19, 2024
1 parent 2427143 commit 77bfb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_4/cis_4.4.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
ansible.builtin.shell: |
grep -P -- '\bpam_pwquality\.so\b' /etc/pam.d/{password,system}-auth
changed_when: false
failed_when: rhel8cis_pwquality_enabled.rc not in [ 0, 1 ]
failed_when: discovered_pwquality_enabled.rc not in [ 0, 1 ]
register: discovered_pwquality_enabled

- name: "4.4.2.3 | PATCH | Ensure pam_pwquality module is enabled | system-auth"
Expand Down

0 comments on commit 77bfb92

Please sign in to comment.