From 2c774befb634483d9ae3e025f1facd9232f40368 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 2 Oct 2018 15:19:53 +0200 Subject: [PATCH] OSBS: Revert containerized change and use newer openshift-ansible version Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 339dec5b30..88a0139b7d 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -209,10 +209,10 @@ openshift_ansible_path: "/root/openshift-ansible" openshift_ansible_pre_playbook: "playbooks/prerequisites.yml" openshift_ansible_playbook: "playbooks/deploy_cluster.yml" - openshift_ansible_version: "openshift-ansible-3.9.30-1" + openshift_ansible_version: "openshift-ansible-3.9.37-1" openshift_ansible_ssh_user: root openshift_ansible_install_examples: false - openshift_ansible_containerized_deploy: true + openshift_ansible_containerized_deploy: false openshift_cluster_masters_group: "{{ cluster_masters_group }}" openshift_cluster_nodes_group: "{{ cluster_nodes_group }}" openshift_cluster_infra_group: "{{ cluster_infra_group }}"