Skip to content

Commit 6c8b687

Browse files
committed
The async job failed, because the ~/.ansible_async is not saving state.
1 parent c9080eb commit 6c8b687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333
image: 'docker://robertdebock/github-action-molecule:4.0.5'
3434
env:
3535
ANSIBLE_ROLES_PATH: "../"
36+
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
3637
namespace: ${{ inputs.namespace }}
3738
image: ${{ inputs.image }}
3839
tag: ${{ inputs.tag }}

0 commit comments

Comments
 (0)