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:
parent
fbde30c8c0
commit
8cb61114dc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue