Fix typo in Ansible Provisioner Docs

This commit is contained in:
Conlan 2020-06-01 09:53:54 -04:00 committed by GitHub
parent 793b425dce
commit 0ca418d656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 `ansible-playbook`, and marshals Ansible plays through the SSH server to the
machine being provisioned by Packer. 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 will always connect with the user given in the json config for this
provisioner. provisioner.