From 617b8f01686b3779ef11131245b635c095274a17 Mon Sep 17 00:00:00 2001 From: Chad Hollman Date: Wed, 27 Apr 2022 09:41:33 -0400 Subject: [PATCH] docs: updates link to inventory file documentation --- website/content/docs/provisioning/ansible_intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/provisioning/ansible_intro.mdx b/website/content/docs/provisioning/ansible_intro.mdx index 1633543fb..a1db25433 100644 --- a/website/content/docs/provisioning/ansible_intro.mdx +++ b/website/content/docs/provisioning/ansible_intro.mdx @@ -83,7 +83,7 @@ end ## The Inventory File -When using Ansible, it needs to know on which machines a given playbook should run. It does this by way of an [inventory](https://docs.ansible.com/intro_inventory.html) file which lists those machines. In the context of Vagrant, there are two ways to approach working with inventory files. +When using Ansible, it needs to know on which machines a given playbook should run. It does this by way of an [inventory](https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#intro-inventory) file which lists those machines. In the context of Vagrant, there are two ways to approach working with inventory files. ### Auto-Generated Inventory