We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9080eb commit 6c8b687Copy full SHA for 6c8b687
action.yml
@@ -33,6 +33,7 @@ runs:
33
image: 'docker://robertdebock/github-action-molecule:4.0.5'
34
env:
35
ANSIBLE_ROLES_PATH: "../"
36
+ ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
37
namespace: ${{ inputs.namespace }}
38
image: ${{ inputs.image }}
39
tag: ${{ inputs.tag }}
0 commit comments