copr: we need yum, since dnf still cannot handle priority failover

This commit is contained in:
Miroslav Suchý 2016-03-29 10:57:23 +02:00
parent a4a5167f00
commit 49f4d0c60e

View file

@ -14,8 +14,11 @@
notify:
- restart haveged
- name: install yum
dnf: name=yum state=latest
- name: upgrade all packages
dnf: name=* state=latest
yum: name=* state=latest
- name: change owner of data to copr-signer
shell: "chown -R copr-signer:copr-signer /var/lib/copr-keygen"