Commit 95219698 by Feanil Patel

The version in service-builder used a list while the one in master expected a dict.

Updated all the usages to provide a list.
parent ea990283
......@@ -77,7 +77,7 @@
module: ec2_lookup
region: us-east-1
tags:
Name: "{{ name_tag }}"
- Name: "{{ name_tag }}"
register: ec2_info
when: elb
sudo: False
......
......@@ -8,7 +8,7 @@
module: ec2_lookup
region: "{{ region }}"
tags:
Name: "{{ name_tag }}"
- Name: "{{ name_tag }}"
register: tag_lookup
when: terminate_instance == true
......
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