From a5b0f53fa4d7e5451bfa677af40ca7424b51b09a Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 3 Apr 2020 08:54:51 -0700 Subject: [PATCH] Update website/source/docs/provisioners/ansible.html.md.erb Co-Authored-By: Wilken Rivera --- website/source/docs/provisioners/ansible.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/provisioners/ansible.html.md.erb b/website/source/docs/provisioners/ansible.html.md.erb index 7b21b2b7a..580d9970f 100644 --- a/website/source/docs/provisioners/ansible.html.md.erb +++ b/website/source/docs/provisioners/ansible.html.md.erb @@ -286,7 +286,7 @@ connection to chroot and running Ansible as root/sudo. ### 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) @@ -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 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 -this, so you won't have to but for now it is a manual change you must make. \ No newline at end of file +this, so you won't have to but for now it is a manual change you must make.