4
0
Fork 0

fix spacing

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-01-30 15:34:42 +00:00
parent e121cb4992
commit 761f8517c4
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -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