diff --git a/action.yml b/action.yml index 7eba067..c0adef5 100644 --- a/action.yml +++ b/action.yml @@ -33,6 +33,7 @@ runs: image: 'docker://robertdebock/github-action-molecule:4.0.5' env: ANSIBLE_ROLES_PATH: "../" + ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async" namespace: ${{ inputs.namespace }} image: ${{ inputs.image }} tag: ${{ inputs.tag }}