Install copr-selinux on all Copr machines

This commit is contained in:
Jakub Kadlčík 2018-06-04 12:29:47 +02:00
parent f0c596c427
commit ada5904d81
3 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,6 @@
dnf: state=latest name={{ item }}
with_items:
- copr-backend
- copr-selinux
- name: add additional packages for copr-backend
dnf: state=present name={{ item }}

View file

@ -32,7 +32,7 @@
- name: install common copr packages
dnf: state=present pkg={{ item }}
with_items:
#- "copr-selinux"
- "copr-selinux"
- "system-config-firewall-base"
- "nrpe"
tags:

View file

@ -3,7 +3,6 @@
package: name={{ item }} state=present
with_items:
- copr-frontend
- copr-selinux
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1622513
- python3-requests
tags: