copr-backend: ensure copr-backend and copr-selinux packages are of the latest versions

This commit is contained in:
clime 2017-01-19 14:39:48 +01:00
parent 2abadba0c4
commit ff1e129894

View file

@ -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