galaxyproject / ansible-postgresql

An Ansible role for managing a PostgreSQL server
https://galaxy.ansible.com/galaxyproject/postgresql
122 stars 58 forks source link

Replace version_compare with version #38

Closed diraol closed 2 years ago

diraol commented 2 years ago

version_compare was renamed to version in ansible 2.5 according to the docs

Also, removed unnecessary quotes

hexylena commented 2 years ago

Ansible really gives us a lot of busy work to keep up with sometimes. Thanks for the update @diraol !