mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 07:23:07 +00:00
lint updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
dc41fef086
commit
939102430c
3 changed files with 8 additions and 11 deletions
|
|
@ -223,9 +223,6 @@
|
||||||
register: root_path_perms
|
register: root_path_perms
|
||||||
loop: "{{ rhel9cis_6_2_8_root_paths_split.stdout_lines }}"
|
loop: "{{ rhel9cis_6_2_8_root_paths_split.stdout_lines }}"
|
||||||
|
|
||||||
- ansible.builtin.debug:
|
|
||||||
msg: "{{ root_path_perms.results }}"
|
|
||||||
|
|
||||||
- name: "6.2.8 | AUDIT | Ensure root PATH Integrity | Set permissions"
|
- name: "6.2.8 | AUDIT | Ensure root PATH Integrity | Set permissions"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item.stat.path }}"
|
path: "{{ item.stat.path }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue