forked from ansible-lockdown/RHEL9-CIS
Merge pull request #103 from Corey0219/update-4-2-3
find hidden files in /var/log for 4.3.2
This commit is contained in:
commit
145ac85e52
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
paths: "/var/log"
|
||||
file_type: file
|
||||
recurse: true
|
||||
hidden: true
|
||||
register: logfiles
|
||||
|
||||
- name: "4.2.3 | PATCH | Ensure permissions on all logfiles are configured | change permissions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue