Add removal of report. Doesn't seem like modified timestamp is updating from some systems properly.

This commit is contained in:
Hyperling 2021-02-07 13:25:39 -06:00
parent 6cac1f4201
commit 96b8415e42

View File

@ -15,7 +15,7 @@
user: ansible
name: "Heartbeat Report"
minute: "*/15"
job: "sudo touch {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
job: "sudo rm {{ heartbeat_report }}; sudo touch {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
state: present
disabled: no