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