tripleo-quickstart-extras/playbooks/deploy-delete.yml
Sorin Sbarnea 2a9a815857 Replace ansible include with import_playbook
Make use of import_playbook instead of deprecated and misleading
include.

Change-Id: I20c67191be4394c33184620928e31a2ee15956fa
2020-10-10 13:16:43 +00:00

17 lines
375 B
YAML

---
# This is the playbook used by the `quickstart.sh` script.
- import_playbook: quickstart-extras.yml
- name: Collect logs, create docs, publish
hosts: all:!localhost
gather_facts: false
roles:
- {role: tripleo-collect-logs, artcl_collect: true}
- name: test overcloud deletion
hosts: undercloud
gather_facts: false
roles:
- {role: overcloud-delete}