Put neofetch in heartbeat.
This commit is contained in:
parent
c674ccab56
commit
5e22193827
@ -24,7 +24,7 @@
|
||||
user: ansible
|
||||
name: "Create Heartbeat Report"
|
||||
minute: "*/15"
|
||||
job: "sudo touch {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
|
||||
job: "sudo neofetch | sudo tee {{ heartbeat_report }}; sudo chmod 777 {{ heartbeat_report }}"
|
||||
state: present
|
||||
disabled: no
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user