From 0ca418d656cd5c28798ed5accdd132680979a6de Mon Sep 17 00:00:00 2001 From: Conlan Date: Mon, 1 Jun 2020 09:53:54 -0400 Subject: [PATCH] Fix typo in Ansible Provisioner Docs --- website/pages/docs/provisioners/ansible.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/provisioners/ansible.mdx b/website/pages/docs/provisioners/ansible.mdx index af25321c6..24369fbef 100644 --- a/website/pages/docs/provisioners/ansible.mdx +++ b/website/pages/docs/provisioners/ansible.mdx @@ -16,7 +16,7 @@ an Ansible inventory file configured to use SSH, runs an SSH server, executes `ansible-playbook`, and marshals Ansible plays through the SSH server to the machine being provisioned by Packer. --> **Note:**: Any `remote_user` defined in tasks will be ignored. Packer +-> **Note:** Any `remote_user` defined in tasks will be ignored. Packer will always connect with the user given in the json config for this provisioner.