From 07aafbf2bd214fc22d9ff7d17de048961cdedcac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 03:30:54 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 848ea88..a151c80 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -34,6 +34,6 @@ jobs: run: | ansible-playbook \ -i ${{secrets.SERVER_ADDRESS}}, ${{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 + -u ${{secrets.ANSIBLE_USER}} + #-i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ + # --private-key xxxx \ \ No newline at end of file