From 8cd4ed0399c3bacac37dbc0e7f8f24df377ef0c2 Mon Sep 17 00:00:00 2001 From: claravox Date: Tue, 17 Dec 2024 13:50:23 +0100 Subject: [PATCH] Docs: update ansible link --- docs/development/setting-up-development-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/setting-up-development-environment.md b/docs/development/setting-up-development-environment.md index 993bb6695..62f33f8d2 100644 --- a/docs/development/setting-up-development-environment.md +++ b/docs/development/setting-up-development-environment.md @@ -10,7 +10,7 @@ Setting up a Yoda development environment is easy, you only need the following: * [Vagrant](https://www.vagrantup.com/docs/installation/) (>= 2.0) On GNU/Linux or macOS you also need: -* [Ansible](https://docs.ansible.com/ansible/intro_installation.html) (>= 2.11) +* [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html) (>= 2.11) The guide below will deploy an 'allinone' instance (all functional roles in one virtual machine) with the default configuration.