From 6c8b6876065e31a8fdd737bce30361f80d899055 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 26 Jan 2022 12:18:00 +0100 Subject: [PATCH] The async job failed, because the ~/.ansible_async is not saving state. --- action.yml | 1 + 1 file changed, 1 insertion(+) 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 }}