From b0a2bbce1ef9f80d7e2b44bc11bd2710af5231db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 7 Sep 2024 01:31:35 +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 9a9f2ba..467f5f0 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -28,7 +28,7 @@ jobs: --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ --entrypoint "/bin/bash" \ git.limbosolutions.com/kb/ansible-playbook:dev \ - -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 " + -c "mkdir /ansible-tmp && 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 " #-c "cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key ${GITHUB_WORKSPACE}/ssh-key site.yml"