Skip to content

Commit

Permalink
fix typo in control
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Aug 22, 2024
1 parent b46d99c commit ad05f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_4/cis_4.4.3.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
- "'example' not in rhel8cis_authselect_custom_profile_name"
notify: Update_authselect
ansible.builtin.replace:
path: "/etc/authselect/custom/{{ rhel8cis_authselect['custom_profile_name'] }}/{{ item }}-auth"
path: "/etc/authselect/custom/{{ rhel8cis_authselect_custom_profile_name }}/{{ item }}-auth"
regexp: ^(\s*password\s+(requisite|required|sufficient)\s+pam_pwquality\.so)(.*)\s+maxsequence\s*=\s*\S+(.*$)
replace: \1\2\3
loop:
Expand Down

0 comments on commit ad05f46

Please sign in to comment.