[osbs] define openshift_pkg_version for all archs in inventory

This commit is contained in:
Mark O'Brien 2020-06-09 15:45:36 +01:00
parent 92e1344a1e
commit 7d3b1289c1

View file

@ -96,9 +96,7 @@ openshift_image_tag={{openshift_release}}
# Specify an exact rpm version to install or configure.
# WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed.
# This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up.
{% if openshift_arch == "aarch64" %}
openshift_pkg_version=-3.11.1
{% endif %}
# Install the openshift examples
{% if openshift_ansible_install_examples is defined %}
openshift_install_examples={{openshift_ansible_install_examples}}