From 499a547a33b38b6b27ceff386020d536683918e1 Mon Sep 17 00:00:00 2001 From: Francesco Trentini Date: Wed, 20 Mar 2024 17:41:17 +0100 Subject: [PATCH] fix typo on set password-auth retry settings Signed-off-by: Francesco Trentini --- tasks/section_5/cis_5.5.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_5/cis_5.5.x.yml b/tasks/section_5/cis_5.5.x.yml index 251b9f7..24733ca 100644 --- a/tasks/section_5/cis_5.5.x.yml +++ b/tasks/section_5/cis_5.5.x.yml @@ -18,7 +18,7 @@ line: "password requisite pam_pwquality.so try_first_pass local_users_only enforce_for_root retry=3" insertbefore: '^#?password ?' - - name: "5.5.1 | PATCH | Ensure password creation requirements are configured | Set system-auth retry settings" + - name: "5.5.1 | PATCH | Ensure password creation requirements are configured | Set password-auth retry settings" ansible.builtin.lineinfile: path: /etc/pam.d/password-auth regexp: '^password\s*requisite\s*pam_pwquality.so'