base: fix warning of cron job hour value (should be string)
This commit is contained in:
parent
08466f3143
commit
3dbb65302e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
cron:
|
cron:
|
||||||
name: yum-downloadonly
|
name: yum-downloadonly
|
||||||
user: root
|
user: root
|
||||||
hour: 3
|
hour: "3"
|
||||||
minute: "{{ 59 | random(seed=inventory_hostname) }}"
|
minute: "{{ 59 | random(seed=inventory_hostname) }}"
|
||||||
job: "yum -d 0 -e 0 -y --downloadonly update > /dev/null"
|
job: "yum -d 0 -e 0 -y --downloadonly update > /dev/null"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue