Files
tripleo-common/roles/tripleo-upgrade-hiera/tasks/remove-all.yml
Sofer Athlan-Guyot de7df308e0 New role to create/update/delete hiera value during upgrade.
We need to override the cluster definition during upgrade, so that we
can build a one node cluster followed by a two and three nodes
cluster.

Change-Id: Id55a4ea7f0e8a8d95a49ba93853cf7844d938f43
Implements: blueprint upgrades-with-os
2019-01-22 13:53:57 +01:00

7 lines
125 B
YAML

---
- name: delete the upgrade hiera file
file:
path: "{{tripleo_upgrade_hiera_file}}"
state: absent
become: yes