From 1afad6b48e8a39b6b69df7aa45d7223290b99925 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 30 Nov 2018 10:58:44 +0100 Subject: [PATCH] OSBS: give a better name to the specific aarch64 branch for openshif-ansible 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 248571bf26..f87384986e 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -250,7 +250,7 @@ openshift_ansible_path: "/root/openshift-ansible" openshift_ansible_pre_playbook: "playbooks/prerequisites.yml" openshift_ansible_playbook: "playbooks/deploy_cluster.yml" - openshift_ansible_version: "osbs-fedora" + openshift_ansible_version: "osbs-aarch64-fedora" openshift_ansible_ssh_user: root openshift_ansible_install_examples: false openshift_ansible_containerized_deploy: false