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.