mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2025-06-29 02:53:07 +00:00
first commit
This commit is contained in:
8
handlers/main.yaml
Normal file
8
handlers/main.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
- block:
|
||||
- name: Restart Patroni
|
||||
throttle: 1
|
||||
ansible.builtin.systemd:
|
||||
state: reloaded
|
||||
daemon_reload: yes
|
||||
name: patroni
|
||||
when: "not patroni_postgresql_setup.changed or not patroni_enable_and_start.changed"
|
Reference in New Issue
Block a user