From 3afccb7880756dd568038d82ead0cdc0d79dc631 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 3 Jul 2024 19:10:59 +0530 Subject: [PATCH] [req-changes] Updated supported OS and ansible version --- README.rst | 4 ++-- docs/index.rst | 5 +++-- docs/user/deploying-openwisp.rst | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index d11bd583..bb7efe4a 100644 --- a/README.rst +++ b/README.rst @@ -15,9 +15,9 @@ ansible-openwisp2 Ansible role that installs the OpenWISP Server Application. -Tested on **Debian (Bullseye)**, **Ubuntu (20/22 LTS)**. +Tested on **Debian (Bookworm/Bullseye)**, **Ubuntu (24/22/20 LTS)**. -**Recommended ansible version**: 2.12. +**Recommended minimum ansible core version**: 2.13. Support ------- diff --git a/docs/index.rst b/docs/index.rst index 8e4892b3..a2124c7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,8 +3,9 @@ Ansible OpenWISP2 Ansible role that installs the OpenWISP Server Application. -**Recommended ansible version**: 2.12. -Tested on **Debian (Bullseye)**, **Ubuntu (20/22 LTS)**. +**Recommended minimum ansible core version**: 2.13. + +Tested on **Debian (Bookworm/Bullseye)**, **Ubuntu (24/22/20 LTS)**. .. toctree:: :caption: User Docs diff --git a/docs/user/deploying-openwisp.rst b/docs/user/deploying-openwisp.rst index 78b5f1e8..8d4956d1 100644 --- a/docs/user/deploying-openwisp.rst +++ b/docs/user/deploying-openwisp.rst @@ -47,7 +47,7 @@ a VirtualBox VM <./installing-on-vm>`. Install ansible --------------- -Install ansible (recommended version 2.12) **on your local machine** (not +Install ansible (minimum recommended version 2.13) **on your local machine** (not the production server!) if you haven't done already. To **install ansible** we suggest you follow the official `ansible