From e98497d13b674066d81e011147005bfae6fbd659 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 17 Jul 2017 19:18:24 +0000 Subject: [PATCH] fix os_install_examples for osbs Signed-off-by: Adam Miller --- playbooks/groups/osbs-orchestrator-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-orchestrator-cluster.yml b/playbooks/groups/osbs-orchestrator-cluster.yml index 7a2731aee2..a51045e7ea 100644 --- a/playbooks/groups/osbs-orchestrator-cluster.yml +++ b/playbooks/groups/osbs-orchestrator-cluster.yml @@ -213,7 +213,7 @@ openshift_ansible_playbook: "playbooks/byo/config.yml" openshift_ansible_version: "{{ oa_version }}" openshift_ansible_ssh_user: "{{ oa_ssh_user }}" - openshift_ansible_install_examples: "{{ oa_examples }}" + openshift_ansible_install_examples: "{{ oa_install_examples }}" openshift_ansible_containerized_deploy: "{{ oa_containerized_deploy }}" openshift_cluster_masters_group: "osbs-masters-stg" openshift_cluster_nodes_group: "osbs-nodes-stg"