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 }}
|
dnf: state=latest name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- copr-backend
|
- copr-backend
|
||||||
- copr-selinux
|
|
||||||
|
|
||||||
- name: add additional packages for copr-backend
|
- name: add additional packages for copr-backend
|
||||||
dnf: state=present name={{ item }}
|
dnf: state=present name={{ item }}
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
- name: install common copr packages
|
- name: install common copr packages
|
||||||
dnf: state=present pkg={{ item }}
|
dnf: state=present pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
#- "copr-selinux"
|
- "copr-selinux"
|
||||||
- "system-config-firewall-base"
|
- "system-config-firewall-base"
|
||||||
- "nrpe"
|
- "nrpe"
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- copr-frontend
|
- copr-frontend
|
||||||
- copr-selinux
|
|
||||||
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1622513
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1622513
|
||||||
- python3-requests
|
- python3-requests
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue