mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-16 21:22:14 +03:00
Fix docs/ansible.md --mount typo
Some checks failed
Lock Threads / action (push) Has been cancelled
Matrix CI / yamllint (push) Has been cancelled
Matrix CI / ansible-lint (push) Has been cancelled
Matrix CI / Run pre-commit (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Lock Threads / action (push) Has been cancelled
Matrix CI / yamllint (push) Has been cancelled
Matrix CI / ansible-lint (push) Has been cancelled
Matrix CI / Run pre-commit (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Ref: https://github.com/mother-of-all-self-hosting/mash-playbook/pull/1260
This commit is contained in:
@@ -93,7 +93,7 @@ docker run \
|
|||||||
--rm \
|
--rm \
|
||||||
-w /work \
|
-w /work \
|
||||||
--mount type=bind,src=`pwd`,dst=/work \
|
--mount type=bind,src=`pwd`,dst=/work \
|
||||||
--mount type=bind,src$HOME/.ssh/id_ed25519,dst=/root/.ssh/id_ed25519,ro \
|
--mount type=bind,src=$HOME/.ssh/id_ed25519,dst=/root/.ssh/id_ed25519,ro \
|
||||||
--entrypoint=/bin/sh \
|
--entrypoint=/bin/sh \
|
||||||
ghcr.io/devture/ansible:11.6.0-r0-0
|
ghcr.io/devture/ansible:11.6.0-r0-0
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user