Explorar o código

remove version requirement from etcd, shouldn't be needed anymore

Adam Miller %!s(int64=9) %!d(string=hai) anos
pai
achega
903add3f1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/etcd/tasks/main.yml

+ 1 - 1
roles/etcd/tasks/main.yml

@@ -8,7 +8,7 @@
   when: "'ipv4' not in hostvars[inventory_hostname]['ansible_' ~ etcd_interface] or 'address' not in hostvars[inventory_hostname]['ansible_' ~ etcd_interface].ipv4"
 
 - name: Install etcd
-  action: "{{ ansible_pkg_mgr }} name=etcd-2.* state=present"
+  action: "{{ ansible_pkg_mgr }} name=etcd state=present"
   when: not openshift.common.is_containerized | bool
 
 - name: Pull etcd container