diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 3e9a4fb..83fb905 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -31,7 +31,7 @@ jobs: -e ANSIBLE_HOST_KEY_CHECKING=false \ --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ -v /tmp/ansible-tmp:/ansible-tmp \ - --entrypoint "/bin/bash" + --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 " # \