Ansible isn't detecting this expected failure anymore. Try this.

This commit is contained in:
Ralph Bean 2014-11-17 02:49:41 +00:00
parent c734724f17
commit 4eba842402

View file

@ -48,7 +48,7 @@
- name: install our fcomm collectd selinux module
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:
- collectd
- selinux