Merge pull request #7382 from falconed/master

provisioners/ansible: Fix documentation typo
This commit is contained in:
Seth Vargo 2016-06-02 04:16:43 -05:00
commit 9bec6c0a06
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ If you apply this parallel provisioning pattern with a static Ansible inventory,
The Ansible provisioner is implemented with native OpenSSH support in mind, and there is no official support for [paramiko](https://github.com/paramiko/paramiko/) (A native Python SSHv2 protocol library).
If you really need to use this connection mode, it is though possible to enable paramiko as illustrated in the following configuration examples:
If you really need to use this connection mode though, it is possible to enable paramiko as illustrated in the following configuration examples:
With auto-generated inventory: