2021-01-31 17:21:39 -06:00
|
|
|
---
|
|
|
|
|
2021-02-02 21:28:17 -06:00
|
|
|
- name: General | Cron | Ansible | Create Main Job
|
2020-12-21 04:50:02 -06:00
|
|
|
cron:
|
2021-01-10 15:52:21 -06:00
|
|
|
user: ansible
|
2020-12-21 04:50:02 -06:00
|
|
|
name: "Ansible Sync"
|
2021-01-31 16:28:51 -06:00
|
|
|
minute: "*/15"
|
|
|
|
job: "{{ ansible_pull_exec }} -o -U https://github.com/Hyperling/ansible.git"
|
2020-12-21 05:53:22 -06:00
|
|
|
state: present
|
2021-01-16 15:42:56 -06:00
|
|
|
disabled: no
|