Placing the file needs to be as root for non-sshfs machines.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user