disable openshift_enable_docker_excluder in openshift-ansible for osbs

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-11-08 16:55:16 +00:00
parent e114a89fdf
commit 0dca69a6f5

View file

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