From 80917c04f9bcf42463ac3b9fdad4d1e6dacdccbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Francisco=20San=20Nicol=C3=A1s=20Mart=C3=ADne?= =?UTF-8?q?z?= Date: Thu, 25 Nov 2021 14:50:19 +0100 Subject: [PATCH] Adding directory under tmp --- async_tasks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/async_tasks.yml b/async_tasks.yml index b4ef0303e6..d22da4e45c 100644 --- a/async_tasks.yml +++ b/async_tasks.yml @@ -7,9 +7,8 @@ - name: Create the async directory to prevent race conditions file: - path: /tmp/.ansible_async + path: ~/.ansible_async state: directory - run_once: true - name: Poll a sleep command: "sleep 10"