--- - 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