From 15d20154bc68eb26550f4e33325a4f74a47b6816 Mon Sep 17 00:00:00 2001
From: Ilya Popov <ilya_p@hotmail.com>
Date: Thu, 10 Jun 2021 17:45:44 +0300
Subject: [PATCH] Fix url to ansible site in kolla-ansible.rst

Story: 2008961
Task: 42597
Change-Id: I2637085a1df22e39d64c33b823fc948063d3e06f
---
 doc/source/configuration/reference/kolla-ansible.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/configuration/reference/kolla-ansible.rst b/doc/source/configuration/reference/kolla-ansible.rst
index 251e4874..ce8eb8d8 100644
--- a/doc/source/configuration/reference/kolla-ansible.rst
+++ b/doc/source/configuration/reference/kolla-ansible.rst
@@ -546,7 +546,7 @@ directory is copied directly into the Kolla Ansible inventory, Kolla
 Ansible group names should be used. It should be noted that
 ``extra-vars`` and ``host_vars`` take precedence over ``group_vars``. For
 more information on variable precedence see the Ansible `documentation
-<http://docs.ansible.com/ansible/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable>`_.
+<https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable>`_.
 
 Example: configure a Nova cell
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- 
GitLab