Update ansible_remote|ssh_authorized_key_file doc

Reflect the change made to the way `ansible_remote` provisioner pass the
SSH private key file to Ansible [GH-5869]
This commit is contained in:
Thibault Deutsch 2018-11-20 16:29:15 +00:00 committed by GitHub
parent fbde30c8c0
commit 8cb61114dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ Optional Parameters:
- `ssh_authorized_key_file` (string) - The SSH public key of the Ansible
`ssh_user`. The default behavior is to generate and use a onetime key. If
this key is generated, the corresponding private key is passed to
`ansible-playbook` with the `--private-key` option.
`ansible-playbook` with the `-e ansible_ssh_private_key_file` option.
- `user` (string) - The `ansible_user` to use. Defaults to the user running
packer.