semanage needs policycoreutils-python-utils on F23+
This commit is contained in:
parent
61bd1049f0
commit
625cac873b
1 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,15 @@
|
||||||
- fedmsg/base
|
- fedmsg/base
|
||||||
when: ansible_distribution_major_version|int > 21
|
when: ansible_distribution_major_version|int > 21
|
||||||
|
|
||||||
|
- name: install needed packages
|
||||||
|
dnf: pkg={{ item }} state=present
|
||||||
|
with_items:
|
||||||
|
- policycoreutils-python-utils
|
||||||
|
tags:
|
||||||
|
- packages
|
||||||
|
- fedmsg/base
|
||||||
|
when: ansible_distribution_major_version|int > 22
|
||||||
|
|
||||||
# We only need this on el6. On el7, the fedmsg package uses systemd-tempfiles
|
# We only need this on el6. On el7, the fedmsg package uses systemd-tempfiles
|
||||||
# to generate this effect for us. Note that at the bottom of this role we add
|
# to generate this effect for us. Note that at the bottom of this role we add
|
||||||
# the nrpe user to the fedmsg group so that it has *write* permissions to a unix
|
# the nrpe user to the fedmsg group so that it has *write* permissions to a unix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue