Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 127 forks source link

Support ansible >=2.9: version_compare is deprecated #129

Closed mika closed 4 years ago

mika commented 4 years ago

In ansible v2.5 "version_compare" was renamed to "version", and since ansible v2.9 it has been removed and therefore fails, also see https://docs.ansible.com/ansible/latest/user_guide/playbooks_tests.html

mariussturm commented 4 years ago

Thanks for the contribution @mika!