diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 83fb905..49dc15f 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -30,7 +30,7 @@ jobs: -e ANSIBLE_PLAYBOOK_WORKSPACE_PATH=${GITHUB_WORKSPACE}/ansible \ -e ANSIBLE_HOST_KEY_CHECKING=false \ --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ - -v /tmp/ansible-tmp:/ansible-tmp \ + -v ./ssh-key:/ssh-key \ --entrypoint "/bin/bash" \ git.limbosolutions.com/kb/ansible-playbook:dev \ -c "cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml "