fix openshift_install_examples in a-a-o-a template
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
f3b344d52f
commit
6c961cfbe3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ openshift_release={{openshift_release}}
|
|||
#openshift_pkg_version=-3.5.0
|
||||
|
||||
# Install the openshift examples
|
||||
{% if openshift_ansible_install_examples == "true" %}
|
||||
{% if openshift_ansible_install_examples is defined %}
|
||||
openshift_install_examples={{openshift_ansible_install_examples}}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue