4
0
Fork 0

updated 6.2.16

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-19 16:55:12 +00:00
parent 77e48d3ecc
commit 45435dd2ba
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -460,14 +460,13 @@
- name: "6.2.16 | AUDIT | Ensure local interactive user dot files are not group or world writable | Check for files"
ansible.builtin.find:
path: "{{ item }}"
path: /home
depth: 3
patterns: ".*"
hidden: true
recurse: true
file_type: file
register: user_dot_files
loop: "{{ interactive_users_home.stdout_lines }}"
- name: "6.2.16 | AUDIT | Ensure local interactive user dot files are not group or world writable | update permissions"
ansible.builtin.file: