Просмотр исходного кода

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 лет назад
Родитель
Сommit
a5a75ed355
1 измененных файлов с 1 добавлено и 1 удалено
  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: