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

@ -15,6 +15,6 @@
user: ansible
name: "Ansible Sync"
minute: "*/15"
job: "echo 'ALIVE' > /mnt/leet/Temp/ansible/{{ ansible_hostname }}.txt"
job: "echo {{ ansible_date_time.iso8601_basic_short }} > {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
state: present
disabled: no

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'