Install copr-selinux on all Copr machines
This commit is contained in:
parent
f0c596c427
commit
ada5904d81
3 changed files with 1 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue