diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index bda7dd2..3ace554 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -26,9 +26,9 @@ jobs: -e ANSIBLE_PLAYBOOK_REMOTE_USER="${{ secrets.HOST_ANSIBLE_REMOTE_USER }}" \ -e ANSIBLE_PLAYBOOK_INVENTORY="homesrv01.dev.lan," \ -e ANSIBLE_PLAYBOOK_WORKSPACE_PATH=${GITHUB_WORKSPACE}/ansible \ - --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ - --entrypoint "/bin/bash" \ - git.limbosolutions.com/kb/ansible-playbook:dev -c "chmod -R a+rwx ${GITHUB_WORKSPACE}/ansible; ls -lah ${GITHUB_WORKSPACE}/ansible; python3 /scripts/run-ansible-playbook.py" + --volumes-from ${{ env.JOB_CONTAINER_NAME }} + # --entrypoint "/bin/bash" \ + # git.limbosolutions.com/kb/ansible-playbook:dev -c "chmod -R a+rwx ${GITHUB_WORKSPACE}/ansible; ls -lah ${GITHUB_WORKSPACE}/ansible; python3 /scripts/run-ansible-playbook.py" # --entrypoint "/bin/bash" \ #git.limbosolutions.com/kb/ansible-playbook:dev -c "ls -lah ${GITHUB_WORKSPACE}"