2021-02-02 21:28:17 -06:00

11 lines
244 B
YAML

---
- name: General | Cron | Ansible | Create Main Job
cron:
user: ansible
name: "Ansible Sync"
minute: "*/15"
job: "{{ ansible_pull_exec }} -o -U https://github.com/Hyperling/ansible.git"
state: present
disabled: no