Another try.

This commit is contained in:
Ralph Bean 2014-11-17 02:59:19 +00:00
parent 577cc15096
commit eb841eae25

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.rc == 1)
when: selinux_module|changed or selinux_grep.rc|int != 0
tags:
- collectd
- selinux