mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
s/communicator/connection plugin/ to align with Ansible nomenclature
This commit is contained in:
parent
a5171fef4d
commit
4ffbfde09b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue