Install latest copr-selinux
This commit is contained in:
parent
5480289f1c
commit
3edec0cf25
1 changed files with 3 additions and 1 deletions
|
@ -29,10 +29,12 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: install copr-selinux
|
||||||
|
dnf: state=latest pkg=copr-selinux
|
||||||
|
|
||||||
- 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"
|
|
||||||
- "system-config-firewall-base"
|
- "system-config-firewall-base"
|
||||||
- "nrpe"
|
- "nrpe"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue