Remove the removal. Should not be necessary.
This commit is contained in:
parent
41eb2077f2
commit
866a2cbd25
@ -15,7 +15,7 @@
|
|||||||
user: ansible
|
user: ansible
|
||||||
name: "Create Heartbeat Report"
|
name: "Create Heartbeat Report"
|
||||||
minute: "*/15"
|
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
|
state: present
|
||||||
disabled: no
|
disabled: no
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user