summaryrefslogtreecommitdiffstats
path: root/roles/contiv
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-12-14 14:49:17 -0500
committerGitHub <noreply@github.com>2017-12-14 14:49:17 -0500
commit22794be6953a6896bbb550e3bb3c82caf202c8e2 (patch)
tree349ec5d7997d04c631a66c1e95aefa7de7d3ce58 /roles/contiv
parent335531417d923122f142b970cd4e8143cef411f9 (diff)
parent32dc5cc38938c783d2619619fb01b95885b64be9 (diff)
downloadopenshift-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')
-rw-r--r--roles/contiv/tasks/pkgMgrInstallers/centos-install.yml2
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('') }}"