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}}