Skip to content

Commit 6df2aa1

Browse files
authored
Drop support for Ansible 2.9 and ansible-base 2.10 (#100)
1 parent a6a976d commit 6df2aa1

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/ansible-test-plugins.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
strategy:
2525
matrix:
2626
ansible:
27-
- stable-2.9
28-
- stable-2.10
2927
- stable-2.11
3028
- stable-2.12
3129
- stable-2.13
@@ -58,8 +56,6 @@ jobs:
5856
proxysql:
5957
- 2.3.2
6058
ansible:
61-
- stable-2.9
62-
- stable-2.10
6359
- stable-2.11
6460
- stable-2.12
6561
- stable-2.13

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ For more information about communication, refer to the [Ansible Communication gu
5959

6060
Note: if you do not see documentation for a module on [docs.ansible.come](https://docs.ansible.com/ansible/devel/collections/community/proxysql/), use the [ansible-doc](https://docs.ansible.com/ansible/latest/cli/ansible-doc.html) command or see the `DOCUMENTATION` section in the `plugins/modules/<module_name>.py` file.
6161

62-
## Tested with Ansible
62+
## Supports and tested with ansible-core
6363

64-
- 2.9
65-
- 2.10
6664
- 2.11
67-
- devel
65+
- 2.12
66+
- 2.13
67+
- current development version
6868

6969
## External requirements
7070

0 commit comments

Comments
 (0)