Commit 86b4801b by Kevin Falcone

Pass the list of elbs to the asg

parent 6805248a
......@@ -177,6 +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 }}"
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