|
@@ -57,20 +57,6 @@
|
|
|
- openshift_image_tag is defined
|
|
|
- openshift_image_tag != "latest"
|
|
|
|
|
|
-# Add a v to the start of the openshift_image_tag if one was not provided
|
|
|
-- set_fact:
|
|
|
- openshift_image_tag: "{{ 'v' + openshift_image_tag }}"
|
|
|
- when:
|
|
|
- - openshift_image_tag is defined
|
|
|
- - openshift_image_tag[0] != 'v'
|
|
|
- - openshift_image_tag != 'latest'
|
|
|
-
|
|
|
-- set_fact:
|
|
|
- openshift_pkg_version: "{{ '-' + openshift_pkg_version }}"
|
|
|
- when:
|
|
|
- - openshift_pkg_version is defined
|
|
|
- - openshift_pkg_version[0] != '-'
|
|
|
-
|
|
|
# Make sure we copy this to a fact if given a var:
|
|
|
- set_fact:
|
|
|
openshift_version: "{{ openshift_version | string }}"
|