summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common
diff options
context:
space:
mode:
authorDiego Castro <spinolacastro@gmail.com>2016-01-26 11:54:23 -0300
committerDiego Castro <spinolacastro@gmail.com>2016-01-26 11:54:23 -0300
commite76126a568f3446f815e4bb18821bed7b6344b9a (patch)
tree7d8fc5a47178ab489d935f18aa4c38d4195eb5f3 /roles/openshift_common
parent2752d6a783735fd430460970c5bac3761deab2f9 (diff)
downloadopenshift-e76126a568f3446f815e4bb18821bed7b6344b9a.tar.gz
openshift-e76126a568f3446f815e4bb18821bed7b6344b9a.tar.bz2
openshift-e76126a568f3446f815e4bb18821bed7b6344b9a.tar.xz
openshift-e76126a568f3446f815e4bb18821bed7b6344b9a.zip
fix pkg_version
Diffstat (limited to 'roles/openshift_common')
-rw-r--r--roles/openshift_common/vars/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_common/vars/main.yml b/roles/openshift_common/vars/main.yml
index 50816d319..b163f8aae 100644
--- a/roles/openshift_common/vars/main.yml
+++ b/roles/openshift_common/vars/main.yml
@@ -5,3 +5,4 @@
# chains with the public zone (or the zone associated with the correct
# interfaces)
os_firewall_use_firewalld: False
+openshift_version: "{{ openshift_pkg_version | default('') }}"