forked from ansible-lockdown/RHEL9-CIS
fixed typo on 4.1.4.5
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
82c1137b94
commit
a0fd194ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
||||||
- name: "4.1.4.5 | PATCH | Ensure audit configuration files are 640 or more restrictive"
|
- name: "4.1.4.5 | PATCH | Ensure audit configuration files are 640 or more restrictive"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item.path }}"
|
path: "{{ item.path }}"
|
||||||
mode: 'u-x,g-wx,u-rwx'
|
mode: 'u-x,g-wx,o-rwx'
|
||||||
failed_when: rhel9cis_4_1_4_5_file_list.state not in '[ file, absent ]'
|
failed_when: rhel9cis_4_1_4_5_file_list.state not in '[ file, absent ]'
|
||||||
register: rhel9cis_4_1_4_5_file_list
|
register: rhel9cis_4_1_4_5_file_list
|
||||||
loop: "{{ auditd_conf_files.files }}"
|
loop: "{{ auditd_conf_files.files }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue