forked from ansible-lockdown/RHEL9-CIS
fix spacing
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
e121cb4992
commit
761f8517c4
1 changed files with 1 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
ansible.builtin.replace:
|
||||
path: "/etc/pam.d/{{ item }}-auth"
|
||||
regexp: ^(\s*auth\s+(requisite|required|sufficient)\s+pam_faillock\.so)(.*)\s+deny\s*=\s*\S+(.*$)
|
||||
replace: \1\2\3
|
||||
replace: \1 \2\3
|
||||
loop:
|
||||
- password
|
||||
- system
|
||||
|
|
@ -126,4 +126,3 @@
|
|||
loop:
|
||||
- password
|
||||
- system
|
||||
notify: Authselect update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue