summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-30 16:56:06 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-30 16:56:06 -0500
commit006674871103f597d6dbb6c6cd135635489cebaf (patch)
treeefdc1b2144df2d1f0abd576010f9f865e8fa1b3b /roles/openshift_node
parentdecc31b2f15b260f50163655c6155d676349eef5 (diff)
parentb643e9b89a7793e0ad5b14800ef61184ce12ff48 (diff)
downloadopenshift-006674871103f597d6dbb6c6cd135635489cebaf.tar.gz
openshift-006674871103f597d6dbb6c6cd135635489cebaf.tar.bz2
openshift-006674871103f597d6dbb6c6cd135635489cebaf.tar.xz
openshift-006674871103f597d6dbb6c6cd135635489cebaf.zip
Merge pull request #975 from detiber/fixSELinuxBoolTest
Fix failure when seboolean not present
Diffstat (limited to 'roles/openshift_node')
-rw-r--r--roles/openshift_node/tasks/storage_plugins/glusterfs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_node/tasks/storage_plugins/glusterfs.yml b/roles/openshift_node/tasks/storage_plugins/glusterfs.yml
index 5cd4a6041..decf4f49d 100644
--- a/roles/openshift_node/tasks/storage_plugins/glusterfs.yml
+++ b/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"