瀏覽代碼

Fix typo

pull/335/head
Slavi Pantaleev 6 年之前
committed by GitHub
父節點
當前提交
71ccf19f25
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/ansible.md

+ 1
- 1
docs/ansible.md 查看文件

@@ -65,7 +65,7 @@ You can execute `ansible-playbook` commands as per normal now.
### If you don't use SSH keys for authentication

If you don't use SSH keys for authentication, simply remove that whole line (`-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro`).
To authenticate at your server using a password, you need to add a package. So, when you are in the shell of the ansible docker container (previous used `docker run -it ...`), run:
To authenticate at your server using a password, you need to add a package. So, when you are in the shell of the ansible docker container (the previously used `docker run -it ...` command), run:
```bash
apk add sshpass
```


Loading…
取消
儲存