lucene/dev-tools/aws-jmh/destroy.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
234 B
YAML
Raw Normal View History

- hosts: localhost
gather_facts: false
tasks:
- name: Destroy cloudformation stack
cloudformation:
stack_name: "{{ stack_name }}"
region: "{{ region }}"
state: absent
delegate_to: localhost