Procházet zdrojové kódy

Merge pull request #466 from sdodson/require-etcd-2

Require etcd-2.*
Brenton Leanhardt před 9 roky
rodič
revize
416866bc97
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: