diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index d4bb126..4c257d5 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -27,7 +27,8 @@ jobs: -e ANSIBLE_PLAYBOOK_INVENTORY="${{ secrets.HOST_ANSIBLE_REMOTE_ADDRESS }}" \ -e ANSIBLE_PLAYBOOK_WORKSPACE_PATH=${GITHUB_WORKSPACE}/ansible \ --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ - git.limbosolutions.com/kb/ansible-playbook:dev --entrypoint ls -lah ${GITHUB_WORKSPACE} + --entrypoint "bash ls -lah ${GITHUB_WORKSPACE}" \ + git.limbosolutions.com/kb/ansible-playbook:dev \ No newline at end of file