ansible-postgresql icon indicating copy to clipboard operation
ansible-postgresql copied to clipboard

create conf files if they do not exist

Open jbouzekri opened this issue 9 years ago • 2 comments

This a fix for : #6

Moreover, I want to point out that I had to generate the locale in my box to make this role work. You should maybe add this information to the README.

jbouzekri avatar Feb 14 '16 14:02 jbouzekri

ping @natefoo

bgruening avatar Jul 03 '16 14:07 bgruening

Ah, this was the exact problem encountered by a number of participants in the Ansible workshop at the Galaxy Community Conference 2016. It's a shame I hadn't found this before!

I am not sure that creating the configs is the correct fix here - I would think it'd be better to ensure that the locales are configured properly first so that the config files are properly generated when the postgresql packages are installed.

natefoo avatar Jul 05 '16 17:07 natefoo