Document maximum supported version of Ansible

The Rocky release supports up to Ansible 2.8. This patch states this in
the documentation.

Change-Id: I83d068a242d2e64b5e971be1549935f87641cf8e
Closes-Bug: #1878328
(cherry picked from commit 7b22f394f3)
This commit is contained in:
Mark Goddard 2020-05-18 09:31:29 +01:00 committed by Radosław Piliszek
parent 83ab7e44ec
commit 02f9c2a2cd
1 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,8 @@ Install dependencies
.. end
#. Install `Ansible <http://www.ansible.com>`__ from distribution packaging:
#. Install `Ansible <http://www.ansible.com>`__ from distribution packaging.
Currently, Kolla Ansible requires Ansible 2.4 to 2.8:
.. note::
@ -92,13 +93,12 @@ Install dependencies
.. end
#. Use ``pip`` to install or upgrade Ansible to latest version:
#. If the version of Ansible provided by the distribution does not meet the
above version requirements, install it via pip.
.. code-block:: console
pip install -U ansible
.. end
sudo pip install -U 'ansible<2.9'
.. note::