Update 'roles/common/tasks/ansible-pull.yml'

This commit is contained in:
Anton McClure 2019-03-01 10:46:17 -05:00
parent 863d6d6952
commit 5fc7455311

View File

@ -5,6 +5,13 @@
owner: root
mode: 744
- name: Add rsync cron job
copy:
src: ../files/rsync
dest: /etc/cron.daily/rsync
owner: root
mode: 744
- name: Adding ansible git repo locally
git:
repo: 'https://tildegit.org/thunix/ansible.git'