remove-etcdv2-data.yml 233 B

12345678910
  1. ---
  2. - name: Remove etcd v2 data
  3. hosts: oo_etcd_to_config[0]
  4. any_errors_fatal: true
  5. tasks:
  6. - import_role:
  7. name: etcd
  8. tasks_from: remove-etcd-v2-data.yml
  9. vars:
  10. etcd_peer: "{{ openshift.common.hostname }}"