Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sanity_checks.yml #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update sanity_checks.yml #1

wants to merge 1 commit into from

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