From b309e216e3575af83c2cd9ffdbc100c326023f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 03:39:13 +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 33b37a5..dcb0d4a 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -41,5 +41,6 @@ jobs: ansible-playbook \ -i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ -u ${{secrets.ANSIBLE_USER}} + --private-key private_key.pem #-i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ - # --private-key xxxx \ \ No newline at end of file + # \ No newline at end of file