Add forced weekly job run for 24/7 systems.

This commit is contained in:
Hyperling 2021-02-11 11:05:52 -06:00
parent 4598f5ecf4
commit cee400076e

View File

@ -10,6 +10,15 @@
state: present
disabled: no
- name: General | Cron | Ansible | Create Forced Weekly Subscriber Job
cron:
user: ansible
name: "Ansible Weekly Forced Sync"
special: weekly
job: "sudo {{ ansible_pull_exec.stdout }} -U https://github.com/Hyperling/ansible.git"
state: present
disabled: no
- name: General | Cron | Ansible | Create Heartbeat Job
cron:
user: ansible