Another try.
This commit is contained in:
parent
577cc15096
commit
eb841eae25
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
- name: install our fcomm collectd selinux module
|
- name: install our fcomm collectd selinux module
|
||||||
command: semodule -i /usr/share/collectd/fi-collectd-fcomm.pp
|
command: semodule -i /usr/share/collectd/fi-collectd-fcomm.pp
|
||||||
when: (selinux_module|changed) or (selinux_grep.rc == 1)
|
when: selinux_module|changed or selinux_grep.rc|int != 0
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
- selinux
|
- selinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue