From 104b13b8e86be5fb84ee440c988ec7612cd95bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 03:21:38 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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