Explorar o código

Remove version requirement from openvswitch package, since listed version got removed from repo

riffraff %!s(int64=7) %!d(string=hai) anos
pai
achega
32dc5cc389
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/contiv/tasks/pkgMgrInstallers/centos-install.yml

+ 1 - 1
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('') }}"