Dangit, cancelled the ansible-pull job again. Also fix root cron being done twice.
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
- name: General | Cron | Ansible | Create Heartbeat Job
|
||||
cron:
|
||||
user: ansible
|
||||
name: "Ansible Sync"
|
||||
name: "Heartbeat Report"
|
||||
minute: "*/15"
|
||||
job: "echo {{ ansible_date_time.iso8601_basic_short }} > {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
|
||||
job: "date > {{ heartbeat_report }}; chmod 777 {{ heartbeat_report }}"
|
||||
state: present
|
||||
disabled: no
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# Jobs relating to the root user.
|
||||
|
||||
- name: General | Cron | Root | Create SSHFS Job
|
||||
- name: General | Cron | Root | Create SSHFS Job (FreeBSD)
|
||||
cron:
|
||||
user: root
|
||||
name: "1337 SSHFS"
|
||||
|
Reference in New Issue
Block a user