.
All checks were successful
deploy host / Deploy (push) Successful in 15s

This commit is contained in:
2024-09-05 23:49:12 +01:00
parent cfe31845fc
commit 96f188b83e

View File

@@ -26,7 +26,8 @@ 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 }}
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
git.limbosolutions.com/kb/ansible-playbook:dev
# --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"