mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
new option to 6_2_16 not follow symlinks
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
32e795d68d
commit
e5ce163fcf
3 changed files with 16 additions and 2 deletions
|
|
@ -436,6 +436,7 @@
|
|||
ansible.builtin.file:
|
||||
path: "{{ item.path }}"
|
||||
mode: go-w
|
||||
follow: "{{ rhel_09_6_2_16_home_follow_symlinks }}"
|
||||
loop: "{{ user_dot_files.files }}"
|
||||
loop_control:
|
||||
label: "{{ item.path }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue