Add another flush handlers.

This commit is contained in:
Andrea Dell'Amico 2023-11-21 16:59:41 +01:00
parent fef9d8d002
commit 26322bc16c
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 4 additions and 0 deletions

View File

@ -59,3 +59,5 @@
dest: "{{ psql_conf_dir }}/conf.d/timescaledb.conf"
mode: "0644"
notify: Restart postgresql
- name: timescale_db_deb | TimeScaleDB configuration flush handlers again after the final configuration
ansible.builtin.meta: flush_handlers

View File

@ -52,3 +52,5 @@
dest: "{{ psql_el_conf_dir }}/conf.d/timescaledb.conf"
mode: "0644"
notify: Restart postgresql
- name: timescale_db_el | TimeScaleDB configuration flush handlers again after the final configuration
ansible.builtin.meta: flush_handlers