Skip to content

Commit

Permalink
remove-node: fix assert for ansible_version (kubernetes-sigs#3703)
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor authored and ant31 committed Nov 13, 2018
1 parent afc3f7d commit 13af4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
assert:
msg: "Ansible V2.7.0 can't be used until: https://github.com/ansible/ansible/issues/46600 is fixed"
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", ">=")
tags:
- check
Expand Down

0 comments on commit 13af4c1

Please sign in to comment.