diff --git a/tasks/timescale_db_deb.yml b/tasks/timescale_db_deb.yml index e8f5813..587f6c2 100644 --- a/tasks/timescale_db_deb.yml +++ b/tasks/timescale_db_deb.yml @@ -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 diff --git a/tasks/timescale_db_el.yml b/tasks/timescale_db_el.yml index fb431e0..5bbbce1 100644 --- a/tasks/timescale_db_el.yml +++ b/tasks/timescale_db_el.yml @@ -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