.
Some checks failed
deploy host / build (push) Failing after 3s

This commit is contained in:
2024-09-01 01:13:49 +01:00
parent 781cfa8ced
commit 3ed26b9e10

View File

@@ -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