use dnf instead of yum

This commit is contained in:
Miroslav Suchý 2016-02-11 09:19:03 +01:00
parent 95e4c943fe
commit 17c56eafc0

View file

@ -10,7 +10,7 @@
shell: yum-deprecated install -y copr-backend || yum install -y copr-backend
- name: add packages for copr backend
yum: state=present name={{ item }}
dnf: state=present name={{ item }}
with_items:
#- copr-backend
- python-novaclient