-
-
Notifications
You must be signed in to change notification settings - Fork 410
Description
I'm currently trying to update some ansible playbooks which use this role to install Postgresql and have a requirement to be able to install Postgresql version 17.
From what I can see on the Postgres website it looks like on RHEL 9 Postgres 17 is not included in any of the out of the box repositories and you need to add their repo specifically to then be able to install it. I can't currently see an option within this role to install that repository onto the host system and then pull any version of Postgres that is supported through that repository.
Would it be possible to add this functionality so you are not limited to the versions of Postgres that ship with the OS (Or alternatively could you point me in the direction of a variable I've missed if I've missed a setting somewhere to trigger this!).
Thank you.