From be5525893ede40034d0a02ca23f7db5f97b97d41 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Mon, 16 Sep 2024 18:30:34 +0900 Subject: [PATCH] docs: update required python and ansible-core versions (#565) Co-authored-by: Alp Eren Kose --- docs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index c848fff3a..e6532a4bc 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,8 +20,8 @@ Installation This collection has the following environment requirements: -* Python 3.8 or higher -* Ansible 2.9 or higher +* Python 3.9 or higher +* ansible-core 2.15 or higher Install the collection using `ansible-galaxy`: