Commit ceab49dc by arbabnazar

update the requirement.txt to ansible 2.x

parent c0294622
......@@ -22,7 +22,7 @@
- name: checking for other instances
debug: msg="Too many results returned, not terminating!"
when: terminate_instance == true and tag_lookup.instance_ids|length > 1
when: terminate_instance == true and tag_lookup.instances|length > 1
- name: terminating single instance
local_action:
......
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