Skip to content

Commit 98c1fd2

Browse files
committed
Adding directory under tmp
1 parent 78515ce commit 98c1fd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

async_tasks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77

88
- name: Create the async directory to prevent race conditions
99
file:
10-
path: /tmp/.ansible_async
10+
path: ~/.ansible_async
1111
state: directory
12-
run_once: true
1312

1413
- name: Poll a sleep
1514
command: "sleep 10"

0 commit comments

Comments
 (0)