diff --git a/remove-node.yml b/remove-node.yml index 7678989cada6966539f96557d46aae2aef26817c..77212cceddf75b8d8e0b08cf5b23c1fedb25902f 100644 --- a/remove-node.yml +++ b/remove-node.yml @@ -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