Skip to content

Commit

Permalink
Drop support for Ansible 2.9 and ansible-base 2.10 (#100) (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
  • Loading branch information
markuman and Andersson007 authored May 23, 2022
1 parent 88fbd5e commit 5dc8ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
strategy:
matrix:
ansible:
- stable-2.9
- stable-2.10
- stable-2.11
- stable-2.12
- devel
Expand Down Expand Up @@ -57,8 +55,6 @@ jobs:
proxysql:
- 2.3.2
ansible:
- stable-2.9
- stable-2.10
- stable-2.11
- stable-2.12
- devel
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ For more information about communication, refer to the [Ansible Communication gu

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.

## Tested with Ansible
## Supports and tested with ansible-core

- 2.9
- 2.10
- 2.11
- devel
- 2.12
- 2.13
- current development version

## External requirements

Expand Down

0 comments on commit 5dc8ce2

Please sign in to comment.