From 8c66c579d46f252c7074ae836cd0f405c0c8a8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 7 Sep 2024 00:56:50 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 6c4e228..abc3f17 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -29,7 +29,7 @@ jobs: -v ./ssh-key:/ssh-key \ --entrypoint "/bin/bash" \ git.limbosolutions.com/kb/ansible-playbook:dev \ - -c "chmod 600 /ssh-key; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml " + -c "chmod 600 /ssh-key; ls -lah /; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml " # \ # -c "echo \"${{ secrets.HOST_ANSIBLE_PRIVATE_KEY }}\" > /ansible-tmp/cert; chmod 600 /ansible-tmp/cert; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ansible-tmp/cert site.yml "