Commit 42a8b1b0 by John Jarvis

formatting

parent 62ccad01
......@@ -4,9 +4,9 @@
gather_facts: False
pre_tasks:
- ec2_lookup:
region: "{{ region }}"
tags:
Name: "{{ name_tag }}"
region: "{{ region }}"
tags:
Name: "{{ name_tag }}"
register: tag_lookup
- fail: 'Too many results returned, not terminating!'
when: tag_lookup.instance_ids|length > 1
......
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