From bf99fa9bb2365f16895cd0e8c68fcca5a0b013dc Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 7 Nov 2025 14:23:15 +0200 Subject: [PATCH] Fix docs/ansible.md `--mount` typo Ref: https://github.com/mother-of-all-self-hosting/mash-playbook/pull/1260 --- docs/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```