diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 419b8dd8..be539cb7 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -24,6 +24,7 @@ jobs: ansible: - stable-2.9 - stable-2.10 + - stable-2.11 - devel python: - 2.7 diff --git a/changelogs/fragments/80-update-ci.yaml b/changelogs/fragments/80-update-ci.yaml new file mode 100644 index 00000000..0c64f3a5 --- /dev/null +++ b/changelogs/fragments/80-update-ci.yaml @@ -0,0 +1,2 @@ +bugfixes: + - update CI to work with ansible 2.11 (https://github.com/ansible-collections/community.okd/pull/80). diff --git a/tests/sanity/ignore-2.12.txt b/tests/sanity/ignore-2.12.txt new file mode 100644 index 00000000..20ecba7f --- /dev/null +++ b/tests/sanity/ignore-2.12.txt @@ -0,0 +1,3 @@ +plugins/modules/k8s.py validate-modules:parameter-type-not-in-doc +plugins/modules/k8s.py validate-modules:return-syntax-error +plugins/modules/openshift_process.py validate-modules:parameter-type-not-in-doc