postgresql/handlers/main.yaml

10 lines
272 B
YAML
Raw Normal View History

2023-02-07 23:13:12 +00:00
- 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"