Ansible isn't detecting this expected failure anymore. Try this.
This commit is contained in:
parent
c734724f17
commit
4eba842402
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|failed
|
when: selinux_module|changed or selinux_grep.rc == 1
|
||||||
tags:
|
tags:
|
||||||
- collectd
|
- collectd
|
||||||
- selinux
|
- selinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue