Skip to content

Commit

Permalink
doc: ansible version dependency for stable-7.0 is changed to 2.15
Browse files Browse the repository at this point in the history
The ansible version dependency in the stable-7.0 branch has been
upgraded to 2.15, and the ansible version dependency in the main branch
has also been upgraded to >=2.15,so update the documentation accordingly.

Close issue: #7594

Signed-off-by: bugwz <xbugwz@gmail.com>
  • Loading branch information
bugwz authored and guits committed Aug 22, 2024
1 parent 5ff72a3 commit c3d3c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ The ``master`` branch should be considered experimental and used with caution.

- ``stable-6.0`` Supports Ceph version ``pacific``. This branch requires Ansible version ``2.9``.

- ``stable-7.0`` Supports Ceph version ``quincy``. This branch requires Ansible version ``2.12``.
- ``stable-7.0`` Supports Ceph version ``quincy``. This branch requires Ansible version ``2.15``.

- ``main`` Supports the main (devel) branch of Ceph. This branch requires Ansible version ``2.12``.
- ``main`` Supports the main (devel) branch of Ceph. This branch requires Ansible version ``2.15`` or ``2.16``.

.. NOTE:: ``stable-3.0`` and ``stable-3.1`` branches of ceph-ansible are deprecated and no longer maintained.

Expand Down

0 comments on commit c3d3c49

Please sign in to comment.