diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-12-14 14:49:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 14:49:17 -0500 |
commit | 22794be6953a6896bbb550e3bb3c82caf202c8e2 (patch) | |
tree | 349ec5d7997d04c631a66c1e95aefa7de7d3ce58 /roles/contiv/tasks | |
parent | 335531417d923122f142b970cd4e8143cef411f9 (diff) | |
parent | 32dc5cc38938c783d2619619fb01b95885b64be9 (diff) | |
download | openshift-22794be6953a6896bbb550e3bb3c82caf202c8e2.tar.gz openshift-22794be6953a6896bbb550e3bb3c82caf202c8e2.tar.bz2 openshift-22794be6953a6896bbb550e3bb3c82caf202c8e2.tar.xz openshift-22794be6953a6896bbb550e3bb3c82caf202c8e2.zip |
Merge pull request #6314 from riffraff169/contiv-ovs-fix
Remove version requirement from openvswitch package
Diffstat (limited to 'roles/contiv/tasks')
-rw-r--r-- | roles/contiv/tasks/pkgMgrInstallers/centos-install.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/contiv/tasks/pkgMgrInstallers/centos-install.yml b/roles/contiv/tasks/pkgMgrInstallers/centos-install.yml index 62b4716a3..a4d260279 100644 --- a/roles/contiv/tasks/pkgMgrInstallers/centos-install.yml +++ b/roles/contiv/tasks/pkgMgrInstallers/centos-install.yml @@ -27,7 +27,7 @@ - name: PkgMgr RHEL/CentOS | Install ovs yum: - pkg=openvswitch-2.5.0-2.el7.x86_64 + pkg=openvswitch state=present environment: http_proxy: "{{ http_proxy|default('') }}" |