s/communicator/connection plugin/ to align with Ansible nomenclature

This commit is contained in:
Rickard von Essen 2017-01-30 12:11:48 +01:00
parent a5171fef4d
commit 4ffbfde09b
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ Building within a chroot (e.g. `amazon-chroot`) requires changing the Ansible co
### winrm communicator
Windows builds require a custom Ansible communicator and a particular configuration. Assuming a directory named `connection_plugins` is next to the playbook and contains a file named `packer.py` whose contents is
Windows builds require a custom Ansible connection plugin and a particular configuration. Assuming a directory named `connection_plugins` is next to the playbook and contains a file named `packer.py` whose contents is
```
from __future__ import (absolute_import, division, print_function)