Skip to content

Commit

Permalink
Adding directory under tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSNM committed Nov 25, 2021
1 parent 78515ce commit 80917c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions async_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 80917c0

Please # to comment.