Maybe more parentheses.

This commit is contained in:
Ralph Bean 2014-11-17 02:56:43 +00:00
parent 51359456e8
commit 577cc15096

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