From 967a7b45b85d47842bf8af49dd81d8e5f8f8c3bb Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Nov 2014 14:46:12 +0000 Subject: [PATCH] That didn't work either. Try this. --- 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 671f0161b3..19aba63c5a 100644 --- a/roles/collectd/fcomm-queue/tasks/main.yml +++ b/roles/collectd/fcomm-queue/tasks/main.yml @@ -57,7 +57,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|changed + when: selinux_module|changed or '0' in selinux_grep.stdout tags: - collectd - selinux