Placing the file needs to be as root for non-sshfs machines.

This commit is contained in:
Hyperling 2021-02-20 12:55:43 -06:00
parent d460c17579
commit 3681a952c5

View File

@ -24,7 +24,7 @@
user: ansible user: ansible
name: "Create Heartbeat Report" name: "Create Heartbeat Report"
minute: "*/15" 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 state: present
disabled: no disabled: no