Fix ansible sudoer permissions.

This commit is contained in:
2021-02-06 09:42:47 -06:00
parent 9d4505f127
commit 6e12534299
3 changed files with 5 additions and 4 deletions

View File

@ -15,6 +15,6 @@
user: ansible
name: "Heartbeat Report"
minute: "*/15"
job: "date > {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
job: "sudo date > {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
state: present
disabled: no