From 9278f506198a75b1da9ae872e19017b8f5d0ddd6 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 10 Oct 2012 16:37:47 +0000 Subject: [PATCH] ignore errors from semodule until we get an idempotent module (or something else) for it --- tasks/openshift-el6.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml index 5d9e1ab8ad..ad4b9de06a 100644 --- a/tasks/openshift-el6.yml +++ b/tasks/openshift-el6.yml @@ -38,6 +38,7 @@ - name: selinux module disable - passenger action: command semodule -d passenger + ignore_errors: True - name: selinux module install - other passenger action: command semodule -i /usr/share/selinux/packages/rubygem-passenger/rubygem-passenger.pp