From 26322bc16c574f5f3001978fd144ac42f303d7d2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 21 Nov 2023 16:59:41 +0100 Subject: [PATCH] Add another flush handlers. --- tasks/timescale_db_deb.yml | 2 ++ tasks/timescale_db_el.yml | 2 ++ 2 files changed, 4 insertions(+) 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