This should be without the v here or else it expands to vv3.9

This commit is contained in:
Kevin Fenzi 2018-05-31 04:58:09 +00:00
parent 8ab16bab92
commit 10dbfd4e8f

View file

@ -61,7 +61,7 @@ openshift_release={{openshift_release}}
# Specify an exact container image tag to install or configure.
# WARNING: This value will be used for all hosts in containerized 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.
openshift_image_tag=v{{openshift_release}}
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.