Update azure-pipelines.yml and README.md

This commit is contained in:
Andrew Klychkov 2021-03-05 13:53:38 +01:00
parent d8fb68514c
commit 360d0c3441
2 changed files with 1 additions and 3 deletions

View file

@ -141,8 +141,6 @@ stages:
test: freebsd/11.4 test: freebsd/11.4
- name: FreeBSD 12.2 - name: FreeBSD 12.2
test: freebsd/12.2 test: freebsd/12.2
- name: FreeBSD 12.1
test: freebsd/12.1
- stage: Remote_2_10 - stage: Remote_2_10
displayName: Remote 2.10 displayName: Remote 2.10
dependsOn: [] dependsOn: []

View file

@ -11,7 +11,7 @@ An Ansible Collection of modules and plugins that target POSIX UNIX/Linux and de
<!--start requires_ansible--> <!--start requires_ansible-->
## Ansible version compatibility ## Ansible version compatibility
This collection has been tested against following Ansible versions: **>=2.9,<2.11**. This collection has been tested against following Ansible versions: **>=2.9**.
Plugins and modules within a collection may be tested with only specific Ansible versions. Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions. A collection may contain metadata that identifies these versions.