Only give the deets, nothing fancy. Remove unneeded sudos.
This commit is contained in:
parent
5e22193827
commit
a14231ac46
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user