Only give the deets, nothing fancy. Remove unneeded sudos.

This commit is contained in:
Hyperling 2021-02-20 12:17:08 -06:00
parent 5e22193827
commit a14231ac46

View File

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