From 25a23e4dcca7d39012579451db22b6455a30d9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 7 Sep 2024 00:26:08 +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 2083c17..945af8b 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -32,7 +32,7 @@ jobs: -v /tmp/ansible-tmp:/ansible-tmp \ --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 "echo \"${{ secrets.HOST_ANSIBLE_PRIVATE_KEY }}\" > /ansible-tmp/cert; chmod 600 /ansible-tmp/cert; cd ${GITHUB_WORKSPACE}/ansible; export ANSIBLE_HOST_KEY_CHECKING=False; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ansible-tmp/cert site.yml " # --entrypoint "/bin/bash" \ # git.limbosolutions.com/kb/ansible-playbook:dev -c "chmod -R a+rwx ${GITHUB_WORKSPACE}/ansible; ls -lah ${GITHUB_WORKSPACE}/ansible; python3 /scripts/run-ansible-playbook.py"