From ee4b781896ca1a35f40c9773778e3127c756faf3 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Tue, 14 May 2019 14:18:57 -0400 Subject: [PATCH] Update 'roles/common/tasks/ansible-pull.yml' --- roles/common/tasks/ansible-pull.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/common/tasks/ansible-pull.yml b/roles/common/tasks/ansible-pull.yml index 1968468..82729f1 100644 --- a/roles/common/tasks/ansible-pull.yml +++ b/roles/common/tasks/ansible-pull.yml @@ -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'