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

This commit is contained in:
Anton McClure 2019-05-14 14:18:57 -04:00
parent 632af0670f
commit ee4b781896
1 changed files with 7 additions and 0 deletions

View File

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