Merge "mirror-update: fix cron path"
This commit is contained in:
commit
681ebb22ac
@ -21,6 +21,12 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: '0400'
|
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
|
- name: Setup rsync mirror scripts
|
||||||
include_tasks: rsync.yaml
|
include_tasks: rsync.yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user