Skip to content

Commit 867a406

Browse files
committed
reverted path thanks to @golflimaechoecho #51
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
1 parent 843f7b4 commit 867a406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/section_5/cis_5.3.3.4.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- name: "5.3.3.4.2 | PATCH | Ensure pam_unix does not include remember | Ensure remember removed"
4747
when: discovered_pam_remember.stdout | length > 0
4848
ansible.builtin.replace:
49-
path: "{{ item }}"
49+
path: "/{{ ubtu24cis_pam_confd_dir }}{{ ubtu24cis_pam_pwunix_file }}"
5050
regexp: remember=\d+
5151
replace: ''
5252
loop: "{{ discovered_pam_remember.stdout_lines }}"

0 commit comments

Comments
 (0)