From cb3d4e5a30ba5e752bbfe248eda50cc32b8d5e58 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 4 Jun 2018 08:32:57 +0200 Subject: [PATCH] Update ansible-ansible-openshift-ansible role variables in osbs playbook Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 2953bb71b7..52f7a834ff 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -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'] }