diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 492423a..a40c285 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -33,6 +33,7 @@ jobs: ANSIBLE_HOST_KEY_CHECKING: False run: | ansible-playbook \ - -i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ + -i homesrv01.dev.lan, ${{gitea.workspace}}/ansible/site.yml \ --private-key xxxx \ -u xxxx + #-i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ \ No newline at end of file