From bbaadde5e39d9557713c3d66d4e4f7514929bc6f Mon Sep 17 00:00:00 2001 From: Stephane Vigan Date: Thu, 19 Jun 2025 11:56:53 +0200 Subject: [PATCH] Really remove sql script from the host --- tasks/input_sql_file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/input_sql_file.yml b/tasks/input_sql_file.yml index 2af5db5f6f..f0f50a42e7 100644 --- a/tasks/input_sql_file.yml +++ b/tasks/input_sql_file.yml @@ -42,4 +42,4 @@ - name: Remove sql script from the host {{ postgresql_input_file }} file: state: absent - path: /tmp/input.sql + path: "{{ __postgresql_sql_tempfile.path }}"