From 254fe6a97d60214d9e5f92e6e7d9540728487006 Mon Sep 17 00:00:00 2001 From: kaitlincart <43049322+kaitlincart@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:07:07 -0700 Subject: [PATCH] Update ansible install link The install link for ansible was broken. --- website/content/docs/provisioning/ansible.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/provisioning/ansible.mdx b/website/content/docs/provisioning/ansible.mdx index c0b434a555e..22872e31ab7 100644 --- a/website/content/docs/provisioning/ansible.mdx +++ b/website/content/docs/provisioning/ansible.mdx @@ -17,7 +17,7 @@ If you are not familiar with Ansible and Vagrant already, we recommend starting ## Setup Requirements -- **[Install Ansible](https://docs.ansible.com/intro_installation.html#installing-the-control-machine) on your Vagrant host**. +- **[Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) on your Vagrant host**. - Your Vagrant host should ideally provide a recent version of OpenSSH that [supports ControlPersist](https://docs.ansible.com/faq.html#how-do-i-get-ansible-to-reuse-connections-enable-kerberized-ssh-or-have-ansible-pay-attention-to-my-local-ssh-config-file).