rclone: Don't randomize cron job start time
This commit is contained in:
parent
5ba21ae4bf
commit
8cd80becd7
1 changed files with 1 additions and 1 deletions
|
@ -78,5 +78,5 @@
|
|||
name: rclone-sync
|
||||
user: backup
|
||||
hour: "3"
|
||||
minute: "{{ 60 | random(seed=inventory_hostname) }}"
|
||||
minute: "00"
|
||||
job: /usr/local/bin/rclone-sync
|
||||
|
|
Loading…
Add table
Reference in a new issue