Fix docs/ansible.md --mount typo

Ref: https://github.com/mother-of-all-self-hosting/mash-playbook/pull/1260
This commit is contained in:
Slavi Pantaleev
2025-11-07 14:23:15 +02:00
parent 3eced43292
commit bf99fa9bb2

View File

@@ -93,7 +93,7 @@ docker run \
--rm \
-w /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 \
ghcr.io/devture/ansible:11.6.0-r0-0
```