tripleo-quickstart-extras/playbooks/deploy-delete.yml
Sorin Sbarnea cc82349363 Adapt code to newer code style (linters)
Makes those files conformant with current linting rules and avoids
linting errors when we need to toch them again.

Previous doing "pre-commit run -a" uncovered these errors, now is no
longer reporting any other errors.

Change-Id: Ie4cf229c8f11c2b55b323eac23c89483b26d3781
2018-11-16 12:42:51 +00:00

17 lines
367 B
YAML

---
# This is the playbook used by the `quickstart.sh` script.
- include: 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}