fix os_install_examples for osbs

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-07-17 19:18:24 +00:00
parent 3cdfc4a8c7
commit e98497d13b

View file

@ -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"