From 1cb82406f082f8b838f29e8e35a87be05179c942 Mon Sep 17 00:00:00 2001 From: Gilbert Bishop-White Date: Sat, 5 Jun 2021 11:14:59 +0100 Subject: [PATCH] Update link to ansible installation instructions --- website/content/docs/provisioning/ansible_local.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/provisioning/ansible_local.mdx b/website/content/docs/provisioning/ansible_local.mdx index 58d6070c8..5e835c8d8 100644 --- a/website/content/docs/provisioning/ansible_local.mdx +++ b/website/content/docs/provisioning/ansible_local.mdx @@ -20,7 +20,7 @@ The Vagrant Ansible Local provisioner allows you to provision the guest using [A The main advantage of the Ansible Local provisioner in comparison to the [Ansible (remote) provisioner](/docs/provisioning/ansible) is that it does not require any additional software on your Vagrant host. -On the other hand, [Ansible must obviously be installed](https://docs.ansible.com/intro_installation.html#installing-the-control-machine) on your guest machine(s). +On the other hand, [Ansible must obviously be installed](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) on your guest machine(s). **Note:** By default, Vagrant will _try_ to automatically install Ansible if it is not yet present on the guest machine (see the `install` option below for more details).