소스 검색

Merge pull request #6314 from riffraff169/contiv-ovs-fix

Remove version requirement from openvswitch package
Scott Dodson 7 년 전
부모
커밋
22794be695
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/contiv/tasks/pkgMgrInstallers/centos-install.yml

+ 1 - 1
roles/contiv/tasks/pkgMgrInstallers/centos-install.yml

@@ -27,7 +27,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('') }}"