Placing the file needs to be as root for non-sshfs machines.
This commit is contained in:
parent
d460c17579
commit
3681a952c5
@ -24,7 +24,7 @@
|
||||
user: ansible
|
||||
name: "Create Heartbeat Report"
|
||||
minute: "*/15"
|
||||
job: "neofetch --stdout | tee {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
|
||||
job: "neofetch --stdout | sudo tee {{ heartbeat_report }}; sudo chmod 777 {{ heartbeat_report }}"
|
||||
state: present
|
||||
disabled: no
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user