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

Callback scripts override empty files #80

Closed dzubchik closed 4 years ago

dzubchik commented 4 years ago

Hi! Thank you for this perfect role.

We faced with a problem that after second run of playbook our callback scripts are empty, because they are overridden by this part of code - https://github.com/kostiantyn-nemchenko/ansible-role-patroni/blob/master/tasks/configure.yml#L20.

It would be nice to have ability to change path for callback scripts. What do you think about this?

kostiantyn-nemchenko commented 4 years ago

Hi @dzubchik ! Could you please submit a PR to fix the issue?

dzubchik commented 4 years ago

@kostiantyn-nemchenko sure! Request is opened - https://github.com/kostiantyn-nemchenko/ansible-role-patroni/pull/81