ansible-collections / community.proxysql

ProxySQL Ansible Collection
http://galaxy.ansible.com/community/proxysql
GNU General Public License v3.0
21 stars 26 forks source link

module_utils: fix version parsing failures when there's no suffix part in version #156

Closed Andersson007 closed 4 months ago

Andersson007 commented 4 months ago
SUMMARY

Fixes https://github.com/ansible-collections/community.proxysql/issues/154

Andersson007 commented 4 months ago

re-enabled GH actions WFs and re-triggered CI

Andersson007 commented 4 months ago

@markuman ready for review, the failure doesn't relate. Looks like https://github.com/sysown/proxysql/releases/download/v2.3.2/proxysql_2.3.2-ubuntu22_amd64.deb, HTTP Error 404: Not Found" used to install 2.3.2 is not available anymore

I also noticed that stable-2.17 can be added to the matrix + maybe we should remove 2.14 as it's almost EOL

Andersson007 commented 4 months ago

@markuman thanks for reviewing!