disable openshift_enable_docker_excluder in openshift-ansible for osbs
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
e114a89fdf
commit
0dca69a6f5
1 changed files with 4 additions and 0 deletions
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue