Przeglądaj źródła

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 9 lat temu
rodzic
commit
a5a75ed355
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

@@ -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: