postgresql/handlers/main.yaml

11 lines
269 B
YAML
Raw Normal View History

2023-02-07 23:13:12 +00:00
- block:
- name: Restart PostgreSQL
throttle: 1
ansible.builtin.systemd:
2023-02-09 21:49:13 +00:00
name: "{{ postgresql_unit_name }}"
2023-02-07 23:13:12 +00:00
state: restarted
daemon_reload: yes
2023-02-09 21:49:13 +00:00
when:
- not postgresql_setup.changed
- not postgresql_enable_and_start.changed