From c7dbb2a9d4795961bef1e1c5e5d4930bbd34ee8d Mon Sep 17 00:00:00 2001 From: mekatum Date: Fri, 12 Sep 2025 21:10:49 +0300 Subject: [PATCH] ansible.mdx: fix broken links to ansible docs --- 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 22872e31ab7..5edb5d7bf23 100644 --- a/website/content/docs/provisioning/ansible.mdx +++ b/website/content/docs/provisioning/ansible.mdx @@ -19,7 +19,7 @@ If you are not familiar with Ansible and Vagrant already, we recommend starting - **[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). +- Your Vagrant host should ideally provide a recent version of OpenSSH that [supports ControlPersist](https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-get-ansible-to-reuse-connections-enable-kerberized-ssh-or-have-ansible-pay-attention-to-my-local-ssh-config-file). If installing Ansible directly on the Vagrant host is not an option in your development environment, you might be looking for the [Ansible Local provisioner](/vagrant/docs/provisioning/ansible_local) alternative.