Skip to content
Snippets Groups Projects
Commit 13af4c1f authored by Egor's avatar Egor Committed by Antoine Legrand
Browse files

remove-node: fix assert for ansible_version (#3703)

parent afc3f7dc
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
assert: assert:
msg: "Ansible V2.7.0 can't be used until: https://github.com/ansible/ansible/issues/46600 is fixed" msg: "Ansible V2.7.0 can't be used until: https://github.com/ansible/ansible/issues/46600 is fixed"
that: that:
- ansible_version.string is version("2.7.0", "<") - ansible_version.string is version("2.7.0", "!=")
- ansible_version.string is version("2.5.0", ">=") - ansible_version.string is version("2.5.0", ">=")
tags: tags:
- check - check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment