kostiantyn-nemchenko / ansible-role-patroni

:elephant: Ansible Role for Patroni
https://galaxy.ansible.com/kostiantyn-nemchenko/patroni
MIT License
68 stars 44 forks source link

Install patroni from pgdg #91

Closed smutel closed 3 years ago

smutel commented 3 years ago

Fix #82

We can use packages from pgdg with this minimum config:

patroni_install_from_pip: false 

patroni_packages:                                                                                   
  - {name: "patroni", state: "present"}                                                             
smutel commented 3 years ago

Hello, could you please review this PR ?

kostiantyn-nemchenko commented 3 years ago

Hello @smutel , thank you for the contribution. Will try to review this PR as soon as possible (hopefully in 2-3 days).

smutel commented 3 years ago

Hello, do you get a chance to review this PR ? Thanks.

kostiantyn-nemchenko commented 3 years ago

@smutel merged, thank you for the input!