From f6a09844dddabec0ea4a2f597937a35feb7c927c Mon Sep 17 00:00:00 2001 From: Kiera Bennett Date: Thu, 26 Sep 2024 15:13:45 +0100 Subject: [PATCH] Add temp dir for integration tests --- tests/integration/variables/template.zos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/variables/template.zos.yml b/tests/integration/variables/template.zos.yml index fb6ff932..6f78b58f 100644 --- a/tests/integration/variables/template.zos.yml +++ b/tests/integration/variables/template.zos.yml @@ -11,3 +11,5 @@ environment_vars: _TAG_REDIR_IN: "txt" _TAG_REDIR_OUT: "txt" LANG: "C" + TMPDIR: "/u/{{ ansible_user | lower }}/tmp" + \ No newline at end of file