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:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: add packages for copr backend
|
- name: install copr-backend and copr-selinux
|
||||||
dnf: state=present name={{ item }}
|
dnf: state=latest name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- copr-backend
|
- copr-backend
|
||||||
- copr-selinux
|
- copr-selinux
|
||||||
|
|
||||||
|
- name: add additional packages for copr-backend
|
||||||
|
dnf: state=present name={{ item }}
|
||||||
|
with_items:
|
||||||
- python-novaclient
|
- python-novaclient
|
||||||
- python-glanceclient
|
- python-glanceclient
|
||||||
- python-neutronclient
|
- python-neutronclient
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue