Commit 8137fa89 by Feanil Patel

Update the attribute.

parent 86b4801b
......@@ -177,7 +177,7 @@
desired_capacity: "{{ asg_desired_capacity }}"
vpc_zone_identifier: "{{ service_vpc_zone_identifier_string.msg }}"
tags: "{{ asg_instance_tags }}"
load_balancers: "{{ created_elbs.results|map(attribute='name')|list }}"
load_balancers: "{{ created_elbs.results|map(attribute='elb.name')|list }}"
register: asg
when: auto_scaling_service
......
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