Remove the removal. Should not be necessary.

This commit is contained in:
Hyperling 2021-02-07 13:52:49 -06:00
parent 41eb2077f2
commit 866a2cbd25

View File

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