From 32dc5cc38938c783d2619619fb01b95885b64be9 Mon Sep 17 00:00:00 2001 From: riffraff Date: Fri, 17 Nov 2017 10:21:07 -0500 Subject: Remove version requirement from openvswitch package, since listed version got removed from repo --- roles/contiv/tasks/pkgMgrInstallers/centos-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/contiv') 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('') }}" -- cgit v1.2.1