Skip to content

Conversation

@marksie1988
Copy link

Ansible 2.9 (released Oct 31) removed the 'version_compare' filter (ref ansible/issues/64174)

As such, the following line from configure.yml:
ansible_distribution_version|version_compare(('7.4', '>=')
Is throwing the following error:
"AnsibleError: template error while templating string: no filter named 'version_compare'"

Ansible 2.9 (released Oct 31) removed the 'version_compare' filter (ref [ansible/issues/64174](http://guishunda.com/github_/ansible/ansible/issues/64174))

As such, the following line from configure.yml:
 ansible_distribution_version|version_compare(('7.4', '>=') 
Is throwing the following error:
"AnsibleError: template error while templating string: no filter named 'version_compare'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant