浏览代码

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

riffraff 7 年之前
父节点
当前提交
32dc5cc389
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 - name: PkgMgr RHEL/CentOS | Install ovs
   yum:
   yum:
-    pkg=openvswitch-2.5.0-2.el7.x86_64
+    pkg=openvswitch
     state=present
     state=present
   environment:
   environment:
     http_proxy: "{{ http_proxy|default('') }}"
     http_proxy: "{{ http_proxy|default('') }}"