copr: we need yum, since dnf still cannot handle priority failover
This commit is contained in:
parent
a4a5167f00
commit
49f4d0c60e
1 changed files with 4 additions and 1 deletions
|
@ -14,8 +14,11 @@
|
||||||
notify:
|
notify:
|
||||||
- restart haveged
|
- restart haveged
|
||||||
|
|
||||||
|
- name: install yum
|
||||||
|
dnf: name=yum state=latest
|
||||||
|
|
||||||
- name: upgrade all packages
|
- name: upgrade all packages
|
||||||
dnf: name=* state=latest
|
yum: name=* state=latest
|
||||||
|
|
||||||
- name: change owner of data to copr-signer
|
- name: change owner of data to copr-signer
|
||||||
shell: "chown -R copr-signer:copr-signer /var/lib/copr-keygen"
|
shell: "chown -R copr-signer:copr-signer /var/lib/copr-keygen"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue