Browse Source

Run on first etcd only

The rest would have it synced
Vadim Rutkovsky 6 năm trước cách đây
mục cha
commit
de2186e5d8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      playbooks/openshift-etcd/private/remove-etcdv2-data.yml

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