document which ansible-core version we support

This commit is contained in:
Laurent Indermuehle 2023-09-19 15:17:09 +02:00
commit 4da82e0f86
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 7 additions and 3 deletions

View file

@ -82,9 +82,11 @@ Here is the table for the support timeline:
### ansible-core
- 2.12
- 2.13
- 2.14
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- current development version
### Databases

View file

@ -52,6 +52,8 @@ The Makefile accept the following options
- "stable-2.12"
- "stable-2.13"
- "stable-2.14"
- "stable-2.15"
- "stable-2.16"
- "devel"
- Description: Version of ansible to install in a venv to run ansible-test