From 0dca69a6f577d9aecf019de79babd0d5db16024b Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 8 Nov 2017 16:55:16 +0000 Subject: [PATCH] disable openshift_enable_docker_excluder in openshift-ansible for osbs Signed-off-by: Adam Miller --- .../templates/cluster-inventory.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 9d42bd6fc2..88b6f84acd 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -19,6 +19,10 @@ etcd # ssh agent. ansible_ssh_user={{openshift_ansible_ssh_user}} +# For whatever reason, this keeps hitting a race condition and docker is +# excluded before docker is installed so we're just going to remove it. +openshift_enable_docker_excluder = False + # OpenShift Containerized deployment or not? containerized={{openshift_ansible_containerized_deploy}}