Update website/source/docs/provisioners/ansible.html.md.erb

Co-Authored-By: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
Megan Marsh 2020-04-03 08:54:51 -07:00 committed by GitHub
parent b66e49223d
commit a5b0f53fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ connection to chroot and running Ansible as root/sudo.
### WinRM Communicator ### WinRM Communicator
There are two possible methods for using ansible with the WinRM communicatior. There are two possible methods for using ansible with the WinRM communicator.
#### Method 1 (recommended) #### Method 1 (recommended)
@ -582,4 +582,4 @@ If you are using an Ansible version >= 2.8 and Packer hangs in the
"Gathering Facts" stage, this could be the result of a pipelineing issue with "Gathering Facts" stage, this could be the result of a pipelineing issue with
the proxy adapter that Packer uses. Setting `use_proxy: false,` in your the proxy adapter that Packer uses. Setting `use_proxy: false,` in your
Packer config should resolve the issue. In the future we will default to setting Packer config should resolve the issue. In the future we will default to setting
this, so you won't have to but for now it is a manual change you must make. this, so you won't have to but for now it is a manual change you must make.