From 8cb61114dc50442fbbaa992cb67f3faa97a4757c Mon Sep 17 00:00:00 2001 From: Thibault Deutsch Date: Tue, 20 Nov 2018 16:29:15 +0000 Subject: [PATCH] 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] --- website/source/docs/provisioners/ansible.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/ansible.html.md b/website/source/docs/provisioners/ansible.html.md index 166401e71..04b7134f2 100644 --- a/website/source/docs/provisioners/ansible.html.md +++ b/website/source/docs/provisioners/ansible.html.md @@ -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.