diff --git a/docs/ansible.md b/docs/ansible.md index 454824bd2..fb67c3838 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -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 ```