mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2025-06-28 18:03:08 +00:00
initial commit
This commit is contained in:
9
handlers/main.yaml
Normal file
9
handlers/main.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
- block:
|
||||
- name: Restart PostgreSQL
|
||||
throttle: 1
|
||||
ansible.builtin.systemd:
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
name: "postgresql-{{ postgresql_major_version }}"
|
||||
when: "not postgresql_setup.changed or not postgresql_enable_and_start.changed"
|
||||
|
Reference in New Issue
Block a user