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 }}"