Commit b26235a2 by John Jarvis

adding region to terminate call

parent 42a8b1b0
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
when: tag_lookup.instance_ids|length > 1 when: tag_lookup.instance_ids|length > 1
- ec2: - ec2:
state: 'absent' state: 'absent'
region: "{{ region }}"
instance_ids: ${tag_lookup.instance_ids} instance_ids: ${tag_lookup.instance_ids}
roles: roles:
- role: launch_ec2 - 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