From eb841eae255dc6aa65b2922ca709b804e1fbea5d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Nov 2014 02:59:19 +0000 Subject: [PATCH] Another try. --- roles/collectd/fcomm-queue/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/collectd/fcomm-queue/tasks/main.yml b/roles/collectd/fcomm-queue/tasks/main.yml index edc0a89524..f839d07854 100644 --- a/roles/collectd/fcomm-queue/tasks/main.yml +++ b/roles/collectd/fcomm-queue/tasks/main.yml @@ -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