diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-26 11:57:33 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-26 11:57:33 -0500 |
commit | 2860fea70dbc36e0d379e51c56de71c920c41554 (patch) | |
tree | 810fa02dd79028ea4f91a4f5b3c4833cb191fec4 | |
parent | ed969ee8ba2a4e036609768f6373e8397154a7ef (diff) | |
parent | e76126a568f3446f815e4bb18821bed7b6344b9a (diff) | |
download | openshift-2860fea70dbc36e0d379e51c56de71c920c41554.tar.gz openshift-2860fea70dbc36e0d379e51c56de71c920c41554.tar.bz2 openshift-2860fea70dbc36e0d379e51c56de71c920c41554.tar.xz openshift-2860fea70dbc36e0d379e51c56de71c920c41554.zip |
Merge pull request #1276 from spinolacastro/pkgversion
Fix pkg_version
-rw-r--r-- | roles/openshift_common/vars/main.yml | 1 |
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('') }}" |