From e797f2e07d946409f00d7e2c51e79793a3e58349 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 6 Apr 2021 07:10:50 +0200 Subject: [PATCH] ansible/ansible's stable-2.11 branch has been created. (#26) --- .github/workflows/ansible-test.yml | 3 +++ README.md | 2 +- tests/sanity/ignore-2.12.txt | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 tests/sanity/ignore-2.12.txt diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index faaf1a8..21878cc 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -23,6 +23,7 @@ jobs: # Testing against `devel` may fail as new tests are added. - stable-2.9 - stable-2.10 + - stable-2.11 - devel runs-on: ubuntu-latest steps: @@ -73,6 +74,7 @@ jobs: ansible: - stable-2.9 - stable-2.10 + - stable-2.11 - devel steps: @@ -128,6 +130,7 @@ jobs: # ansible: # - stable-2.9 # - stable-2.10 +# - stable-2.11 # - devel # python: # - 2.6 diff --git a/README.md b/README.md index 17faa10..85d2645 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can find [documentation for the modules and plugins in this collection here] ## 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 diff --git a/tests/sanity/ignore-2.12.txt b/tests/sanity/ignore-2.12.txt new file mode 100644 index 0000000..9d5934b --- /dev/null +++ b/tests/sanity/ignore-2.12.txt @@ -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