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

Issue with non -alphanumeric Postgresql configuration value #107

Open walbertus opened 1 year ago

walbertus commented 1 year ago

The Patroni cannot start when it use non-alphanumeric value for value in patroni_postgresql_parameters and patroni_bootstrap_dcs_postgresql_parameters.

e.g:

patroni_postgresql_parameters:
  - { option: "listen_addresses", value: "*" }
  - { option: "log_line_prefix", value: "%t [%p]: [%l-1] user=%u,db=%d,client=%h" }