Skip to content

Commit bf99fa9

Browse files
committed
Fix docs/ansible.md --mount typo
Ref: mother-of-all-self-hosting/mash-playbook#1260
1 parent 3eced43 commit bf99fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ansible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ docker run \
9393
--rm \
9494
-w /work \
9595
--mount type=bind,src=`pwd`,dst=/work \
96-
--mount type=bind,src$HOME/.ssh/id_ed25519,dst=/root/.ssh/id_ed25519,ro \
96+
--mount type=bind,src=$HOME/.ssh/id_ed25519,dst=/root/.ssh/id_ed25519,ro \
9797
--entrypoint=/bin/sh \
9898
ghcr.io/devture/ansible:11.6.0-r0-0
9999
```

0 commit comments

Comments
 (0)