From 3ed26b9e10271ad289d4d21c512f7896a987decd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 01:13:49 +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 28e3ff7..6cfe131 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -27,7 +27,7 @@ jobs: run: | docker pull librespace/ansible - docker run --mount type=bind,source=ansible,target=/ansible librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx + docker run --mount type=bind,source="$(pwd)"/ansible,target=/ansible librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx # - name: Run Ansible Playboo