geerlingguy / ansible-role-postgresql

Ansible Role - PostgreSQL
https://galaxy.ansible.com/geerlingguy/postgresql/
MIT License
572 stars 389 forks source link

Feat: add vars for Fedora 39, 40 and 41 #265

Open koefmatt opened 1 month ago

koefmatt commented 1 month ago

This PR adds the vars files for Fedora versions 39, 40 and the upcoming 41. 41 is currently in Beta and past the final freeze, so the Postgesql version is not expected to change anymore.

koefmatt commented 1 month ago

It would be best to update the Molecule checks to use Fedora 39-41 versions. 38 has been EOL for a while and 39 is expected to become EOL in November. (GitHub won't let me push changes to .github/workflows/ otherwise I'd have updated the CI myself, sorry!)

koefmatt commented 1 month ago

Figured out it was an error on my part! I updated the CI images and squashed the commits so it's a little cleaner.