Merge "mirror-update: fix cron path"

This commit is contained in:
Zuul 2019-07-03 04:24:26 +00:00 committed by Gerrit Code Review
commit 681ebb22ac

View File

@ -21,6 +21,12 @@
group: root
mode: '0400'
- name: Set PATH for cron
cron:
name: PATH
env: yes
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- name: Setup rsync mirror scripts
include_tasks: rsync.yaml