From fb16c6b53d59b3357a7915c150ca4395121d0582 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Fri, 10 May 2019 16:00:27 -0400 Subject: [PATCH] Outdated mirrors won't do any good --- roles/common/tasks/ansible-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/ansible-pull.yml b/roles/common/tasks/ansible-pull.yml index 68ff075..1968468 100644 --- a/roles/common/tasks/ansible-pull.yml +++ b/roles/common/tasks/ansible-pull.yml @@ -41,7 +41,7 @@ - name: Add mirror rsync cron job copy: src: ../files/mirror-rsync - dest: /etc/cron.daily/mirror-rsync + dest: /etc/cron.hourly/mirror-rsync owner: root mode: 0775