Adjust report permissions.

This commit is contained in:
2021-02-06 07:37:31 -06:00
parent 5030ebfbdf
commit fc3953ae29
4 changed files with 4 additions and 3 deletions

View File

@ -16,4 +16,4 @@
- name: General | Tests | Lynis | Make Report Readable
file:
path: "{{ lynis_report }}"
mode: '0444'
mode: '0777'

View File

@ -10,4 +10,4 @@
- name: General | Tests | nmap | Make Viewable
file:
path: "{{ nmap_report }}"
mode: '0444'
mode: '0777'