mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-23 11:08:20 +02:00
ansible/ansible's stable-2.11 branch has been created. (#26)
This commit is contained in:
parent
1c18d34536
commit
e797f2e07d
3 changed files with 9 additions and 1 deletions
3
.github/workflows/ansible-test.yml
vendored
3
.github/workflows/ansible-test.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
# Testing against `devel` may fail as new tests are added.
|
# Testing against `devel` may fail as new tests are added.
|
||||||
- stable-2.9
|
- stable-2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
|
- stable-2.11
|
||||||
- devel
|
- devel
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -73,6 +74,7 @@ jobs:
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.9
|
- stable-2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
|
- stable-2.11
|
||||||
- devel
|
- devel
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -128,6 +130,7 @@ jobs:
|
||||||
# ansible:
|
# ansible:
|
||||||
# - stable-2.9
|
# - stable-2.9
|
||||||
# - stable-2.10
|
# - stable-2.10
|
||||||
|
# - stable-2.11
|
||||||
# - devel
|
# - devel
|
||||||
# python:
|
# python:
|
||||||
# - 2.6
|
# - 2.6
|
||||||
|
|
|
@ -7,7 +7,7 @@ You can find [documentation for the modules and plugins in this collection here]
|
||||||
|
|
||||||
## Tested with Ansible
|
## Tested with Ansible
|
||||||
|
|
||||||
Tested with both the current Ansible 2.9 and 2.10 releases and the current development version of Ansible. Ansible versions before 2.9.10 are not supported.
|
Tested with the current Ansible 2.9, ansible-base 2.10 and ansible-core 2.11 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.
|
||||||
|
|
||||||
## External requirements
|
## External requirements
|
||||||
|
|
||||||
|
|
5
tests/sanity/ignore-2.12.txt
Normal file
5
tests/sanity/ignore-2.12.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
plugins/modules/command.py validate-modules:doc-missing-type
|
||||||
|
plugins/modules/command.py validate-modules:parameter-list-no-elements
|
||||||
|
plugins/modules/command.py validate-modules:parameter-type-not-in-doc
|
||||||
|
plugins/modules/facts.py validate-modules:parameter-list-no-elements
|
||||||
|
plugins/modules/facts.py validate-modules:parameter-type-not-in-doc
|
Loading…
Add table
Add a link
Reference in a new issue