From: bugwz Date: Wed, 21 Aug 2024 15:21:52 +0000 (+0800) Subject: doc: ansible version dependency for stable-7.0 is changed to 2.15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c3d3c49e592e65201b67eb20c6bfd93502f20bf4;p=ceph-ansible.git doc: ansible version dependency for stable-7.0 is changed to 2.15 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: https://github.com/ceph/ceph-ansible/issues/7594 Signed-off-by: bugwz --- diff --git a/docs/source/index.rst b/docs/source/index.rst index a090a7a08..31c455be7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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.