We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The version_compare filter was removed in v2.9 after being deprecated in version 2.5. Please update the role as specified here, #48
version_compare
Quick solution,
sudo add-apt-repository ppa:ansible/ansible-2.8 sudo add-apt-repository --remove ppa:ansible/ansible sudo apt update sudo apt remove ansible sudo apt install ansible ansible --version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
version_compare
filter was removed in v2.9 after being deprecated in version 2.5.Please update the role as specified here, #48
Quick solution,
The text was updated successfully, but these errors were encountered: