Commit b26235a2 by John Jarvis

adding region to terminate call

parent 42a8b1b0
......@@ -12,6 +12,7 @@
when: tag_lookup.instance_ids|length > 1
- ec2:
state: 'absent'
region: "{{ region }}"
instance_ids: ${tag_lookup.instance_ids}
roles:
- role: launch_ec2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment