use dnf instead of yum
This commit is contained in:
parent
95e4c943fe
commit
17c56eafc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue