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

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

View file

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