From faad40f86029fb15fe786b0edb88350b859b6ba9 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Wed, 4 Jul 2018 19:52:30 +0200 Subject: [PATCH] Use local branch to bypass ansible issue Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 115bfb64b9..11e20ca71b 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -237,7 +237,7 @@ 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: "fedora_ansible_fix", openshift_ansible_ssh_user: root, openshift_ansible_install_examples: false, openshift_ansible_containerized_deploy: false,