Explorar o código

Require etcd 2.*

Fixes #422

When etcd-2.1 is available in RHEL7 / Centos 7 we'll bumpt to that as it's
considerably more stable with regard to WAL corruption and recovery.
Scott Dodson %!s(int64=9) %!d(string=hai) anos
pai
achega
a5a75ed355
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

@@ -1,6 +1,6 @@
 ---
 - name: Install etcd
-  yum: pkg=etcd state=present
+  yum: pkg=etcd-2.* state=present
 
 - name: Validate permissions on the config dir
   file: