move this cron job to 15 after to give more time for sync
This commit is contained in:
parent
3dc7d772c9
commit
f362525f73
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
- mirrorlist_proxy
|
- mirrorlist_proxy
|
||||||
|
|
||||||
- name: Setup hourly cron at for pkl reload restarts
|
- name: Setup hourly cron at for pkl reload restarts
|
||||||
cron: name="restart-mirrorlist-containers" minute="10" user="root"
|
cron: name="restart-mirrorlist-containers" minute="15" user="root"
|
||||||
job="/usr/local/bin/restart-mirrorlist-containers"
|
job="/usr/local/bin/restart-mirrorlist-containers"
|
||||||
cron_file=restart-mirrorlist-containers
|
cron_file=restart-mirrorlist-containers
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue