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"