Commit 4de14ad5 by arbabnazar

fix the duplicate entry of rabbitmq_refresh

parent 80c56b50
......@@ -36,7 +36,7 @@
local_action:
module: ec2_elb
region: "{{ region }}"
instance_id: "{{ tag_lookup.instances[0] }}"
instance_id: "{{ tag_lookup.instances[0].id }}"
ec2_elbs:
- "{{ elb }}"
state: absent
......
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