Forráskód Böngészése

Run on first etcd only

The rest would have it synced
Vadim Rutkovsky 6 éve
szülő
commit
de2186e5d8

+ 1 - 1
playbooks/openshift-etcd/private/remove-etcdv2-data.yml

@@ -1,6 +1,6 @@
 ---
 - name: Remove etcd v2 data
-  hosts: oo_etcd_to_config
+  hosts: oo_etcd_to_config[0]
   any_errors_fatal: true
   tasks:
   - import_role: