Browse Source

Merge pull request #975 from detiber/fixSELinuxBoolTest

Fix failure when seboolean not present
Brenton Leanhardt 9 years ago
parent
commit
0066748711
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_node/tasks/storage_plugins/glusterfs.yml

+ 1 - 1
roles/openshift_node/tasks/storage_plugins/glusterfs.yml

@@ -14,4 +14,4 @@
   - virt_use_fusefs
   - virt_sandbox_use_fusefs
   register: sebool_result
-  failed_when: "'state' not in sebool_result and 'msg' in sebool_result and 'SELinux boolean item does not exist' not in sebool_result.msg"
+  failed_when: "'state' not in sebool_result and 'msg' in sebool_result and 'SELinux boolean {{ item }} does not exist' not in sebool_result.msg"