Ver código fonte

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

Adam Miller 9 anos atrás
pai
commit
903add3f1b
1 arquivos alterados com 1 adições e 1 exclusões
  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