copr-backend: ensure copr-backend and copr-selinux packages are of the latest versions
This commit is contained in:
parent
2abadba0c4
commit
ff1e129894
1 changed files with 6 additions and 2 deletions
|
@ -10,11 +10,15 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: add packages for copr backend
|
||||
dnf: state=present name={{ item }}
|
||||
- name: install copr-backend and copr-selinux
|
||||
dnf: state=latest name={{ item }}
|
||||
with_items:
|
||||
- copr-backend
|
||||
- copr-selinux
|
||||
|
||||
- name: add additional packages for copr-backend
|
||||
dnf: state=present name={{ item }}
|
||||
with_items:
|
||||
- python-novaclient
|
||||
- python-glanceclient
|
||||
- python-neutronclient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue