From 4202cbabcb8ae759f9663616c10a7fd1bfac0ca3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Nov 2014 14:18:58 +0000 Subject: [PATCH] So, after all that flailing. If I just remove this temporarily, it should work.. right? --- roles/collectd/fcomm-queue/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/collectd/fcomm-queue/tasks/main.yml b/roles/collectd/fcomm-queue/tasks/main.yml index 70538238a2..40062ffec2 100644 --- a/roles/collectd/fcomm-queue/tasks/main.yml +++ b/roles/collectd/fcomm-queue/tasks/main.yml @@ -39,8 +39,6 @@ - name: check to see if its even installed yet shell: semodule -l | grep fi-collectd-fcomm register: selinux_grep - always_run: true - changed_when: "1 != 1" tags: - collectd - selinux