base: Simplify daily dnf download cron job
This commit is contained in:
parent
fff5b5a431
commit
b576f18c93
1 changed files with 1 additions and 1 deletions
|
@ -179,4 +179,4 @@
|
||||||
user: root
|
user: root
|
||||||
hour: "3"
|
hour: "3"
|
||||||
minute: "{{ 59 | random(seed=inventory_hostname) }}"
|
minute: "{{ 59 | random(seed=inventory_hostname) }}"
|
||||||
job: "dnf -d 0 -e 0 -y --downloadonly update > /dev/null"
|
job: "dnf-3 -q -y update --downloadonly"
|
||||||
|
|
Loading…
Add table
Reference in a new issue