From 40a6b9284c8186d3e4174a2563042767cbc4adc8 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Nov 2014 14:47:04 +0000 Subject: [PATCH] Revert "That didn't work either. Try this." This reverts commit 967a7b45b85d47842bf8af49dd81d8e5f8f8c3bb. --- 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 19aba63c5a..671f0161b3 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 '0' in selinux_grep.stdout + when: selinux_module|changed or selinux_grep|changed tags: - collectd - selinux