From 81304934d5927edaea6d491c87608216250bb80c Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 1 Dec 2025 05:42:26 +0100 Subject: [PATCH] Removed another block --- roles/svc-db-postgres/tasks/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/roles/svc-db-postgres/tasks/main.yml b/roles/svc-db-postgres/tasks/main.yml index e2063477..4516cc33 100644 --- a/roles/svc-db-postgres/tasks/main.yml +++ b/roles/svc-db-postgres/tasks/main.yml @@ -1,8 +1,7 @@ -- block: - - include_tasks: 01_core.yml - vars: - # Force the flush of the pg handler on the first run - flush_handlers: true +- include_tasks: 01_core.yml + vars: + # Force the flush of the pg handler on the first run + flush_handlers: true when: run_once_svc_db_postgres is not defined - include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"