Przeglądaj źródła

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

Adam Miller 9 lat temu
rodzic
commit
903add3f1b
1 zmienionych plików z 1 dodań i 1 usunięć
  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