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

This commit is contained in:
Miroslav Suchý 2016-03-29 10:59:14 +02:00
parent 49f4d0c60e
commit bea895099d

View file

@ -18,7 +18,7 @@
dnf: name=yum state=latest
- name: upgrade all packages
yum: name=* state=latest
command: yum-deprecated upgrade -y
- name: change owner of data to copr-signer
shell: "chown -R copr-signer:copr-signer /var/lib/copr-keygen"