summaryrefslogtreecommitdiffstats
path: root/roles/contiv
diff options
context:
space:
mode:
authorriffraff <riffraff@hobbes.alephone.org>2017-11-17 10:21:07 -0500
committerLance Dillon <landillo@cisco.com>2017-11-29 09:09:55 -0800
commit32dc5cc38938c783d2619619fb01b95885b64be9 (patch)
tree26cd2ffed1cf646f21d73c5edf3086b4f18f03f2 /roles/contiv
parent8f9f84b27ce12d07eed2269df0a118f112554f7a (diff)
downloadopenshift-32dc5cc38938c783d2619619fb01b95885b64be9.tar.gz
openshift-32dc5cc38938c783d2619619fb01b95885b64be9.tar.bz2
openshift-32dc5cc38938c783d2619619fb01b95885b64be9.tar.xz
openshift-32dc5cc38938c783d2619619fb01b95885b64be9.zip
Remove version requirement from openvswitch package, since listed version got removed from repo
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 91e6aadf3..94d777f57 100644
--- a/roles/contiv/tasks/pkgMgrInstallers/centos-install.yml
+++ b/roles/contiv/tasks/pkgMgrInstallers/centos-install.yml
@@ -23,7 +23,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('') }}"