Explorar el Código

Run on first etcd only

The rest would have it synced
Vadim Rutkovsky hace 6 años
padre
commit
de2186e5d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: