Commit a8214d4d by arbabnazar

fix the duplicate entry of rabbitmq_refresh

parent e85cc140
......@@ -13,8 +13,6 @@
register: tag_lookup
when: terminate_instance == true
- debug:
msg: "{{ vpc_subnet_id }}"
- name: checking for other instances
debug: msg="Too many results returned, not terminating!"
when: terminate_instance == true and tag_lookup.instances|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