Commit c0294622 by arbabnazar

update the requirement.txt to ansible 2.x

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