@@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
run: |
|
run: |
|
||||||
docker pull librespace/ansible
|
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
|
# - name: Run Ansible Playboo
|
||||||
|
|||||||
Reference in New Issue
Block a user