소스 검색

Fix docs/ansible.md `--mount` typo

Ref: https://github.com/mother-of-all-self-hosting/mash-playbook/pull/1260
pull/4715/head
Slavi Pantaleev 3 달 전
부모
커밋
bf99fa9bb2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      docs/ansible.md

+ 1
- 1
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
```


불러오는 중...
취소
저장