More organization and beginning to add 1337 share.
This commit is contained in:
10
tasks/general/cron/ansible.yml
Normal file
10
tasks/general/cron/ansible.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: install cron job (ansible-pull)
|
||||
cron:
|
||||
user: ansible
|
||||
name: "Ansible Sync"
|
||||
minute: "*/15"
|
||||
job: "{{ ansible_pull_exec }} -o -U https://github.com/Hyperling/ansible.git"
|
||||
state: present
|
||||
disabled: no
|
Reference in New Issue
Block a user