Update ansible-ansible-openshift-ansible role variables in osbs playbook

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-06-04 08:32:57 +02:00
parent 5c7fbbf9aa
commit cb3d4e5a30

View file

@ -223,6 +223,7 @@
openshift_shared_infra: true,
openshift_deployment_type: "origin",
openshift_ansible_python_interpreter: "/usr/bin/python3",
openshift_ansible_use_crio: false,
when: env == 'staging',
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
}