From 23b50e5a7a3c2a6a65b371a63601182c8bbb2400 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 20 Jan 2021 16:21:07 -0500 Subject: [PATCH] Update ansible local links --- website/content/docs/provisioners/ansible-local.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/provisioners/ansible-local.mdx b/website/content/docs/provisioners/ansible-local.mdx index ffa298783..c6b49e3c0 100644 --- a/website/content/docs/provisioners/ansible-local.mdx +++ b/website/content/docs/provisioners/ansible-local.mdx @@ -18,7 +18,7 @@ mode on the remote/guest VM using Playbook and Role files that exist on the guest VM. This means ansible must be installed on the remote/guest VM. Playbooks and Roles can be uploaded from your build machine (the one running Packer) to the vm. Ansible is then run on the guest machine in [local -mode](https://docs.ansible.com/ansible/playbooks_delegation.html#local-playbooks) +mode](https://docs.ansible.com/ansible/latest/playbooks_delegation.html#local-playbooks) via the `ansible-playbook` command. -> **Note:** Ansible will _not_ be installed automatically by this @@ -187,7 +187,7 @@ Optional: - `galaxy_file` (string) - A requirements file which provides a way to install roles with the [ansible-galaxy - cli](http://docs.ansible.com/ansible/galaxy.html#the-ansible-galaxy-command-line-tool) + cli](http://docs.ansible.com/ansible/latest/galaxy.html#the-ansible-galaxy-command-line-tool) on the remote machine. By default, this is empty. - `galaxy_command` (string) - The command to invoke ansible-galaxy. By