From 4a54a77f7a9c110e2c86656ea00290882a2e33de Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Nov 2014 03:05:12 +0000 Subject: [PATCH] None of those worked. Set things back to the way they were. --- 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 f839d07854..70538238a2 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|int != 0 + when: selinux_module|changed or selinux_grep|failed tags: - collectd - selinux