Commit 42a8b1b0 by John Jarvis

formatting

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