ansible/ansible's stable-2.11 branch has been created. (#26)

This commit is contained in:
Felix Fontein 2021-04-06 07:10:50 +02:00 committed by GitHub
parent 1c18d34536
commit e797f2e07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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

View 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