summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/.github
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/general/.github')
-rw-r--r--ansible_collections/community/general/.github/BOTMETA.yml7
-rw-r--r--ansible_collections/community/general/.github/workflows/ansible-test.yml21
2 files changed, 26 insertions, 2 deletions
diff --git a/ansible_collections/community/general/.github/BOTMETA.yml b/ansible_collections/community/general/.github/BOTMETA.yml
index 64cbc7021..e21d0c81c 100644
--- a/ansible_collections/community/general/.github/BOTMETA.yml
+++ b/ansible_collections/community/general/.github/BOTMETA.yml
@@ -780,6 +780,8 @@ files:
maintainers: laurpaum
$modules/keycloak_component_info.py:
maintainers: desand01
+ $modules/keycloak_client_rolescope.py:
+ maintainers: desand01
$modules/keycloak_user_rolemapping.py:
maintainers: bratwurzt
$modules/keycloak_realm_rolemapping.py:
@@ -1445,6 +1447,8 @@ files:
ignore: matze
labels: zypper
maintainers: $team_suse
+ $plugin_utils/unsafe.py:
+ maintainers: felixfontein
$tests/a_module.py:
maintainers: felixfontein
$tests/fqdn_valid.py:
@@ -1501,7 +1505,6 @@ macros:
becomes: plugins/become
caches: plugins/cache
callbacks: plugins/callback
- cliconfs: plugins/cliconf
connections: plugins/connection
doc_fragments: plugins/doc_fragments
filters: plugins/filter
@@ -1509,7 +1512,7 @@ macros:
lookups: plugins/lookup
module_utils: plugins/module_utils
modules: plugins/modules
- terminals: plugins/terminal
+ plugin_utils: plugins/plugin_utils
tests: plugins/test
team_ansible_core:
team_aix: MorrisA bcoca d-little flynn1973 gforster kairoaraujo marvin-sinister mator molekuul ramooncamacho wtcross
diff --git a/ansible_collections/community/general/.github/workflows/ansible-test.yml b/ansible_collections/community/general/.github/workflows/ansible-test.yml
index bc9daaa43..ecfc36565 100644
--- a/ansible_collections/community/general/.github/workflows/ansible-test.yml
+++ b/ansible_collections/community/general/.github/workflows/ansible-test.yml
@@ -30,6 +30,7 @@ jobs:
matrix:
ansible:
- '2.13'
+ - '2.14'
# Ansible-test on various stable branches does not yet work well with cgroups v2.
# Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04
# image for these stable branches. The list of branches where this is necessary will
@@ -72,6 +73,8 @@ jobs:
python: '2.7'
- ansible: '2.13'
python: '3.8'
+ - ansible: '2.14'
+ python: '3.9'
steps:
- name: >-
@@ -148,11 +151,29 @@ jobs:
docker: alpine3
python: ''
target: azp/posix/3/
+ # 2.14
+ - ansible: '2.14'
+ docker: alpine3
+ python: ''
+ target: azp/posix/1/
+ - ansible: '2.14'
+ docker: alpine3
+ python: ''
+ target: azp/posix/2/
+ - ansible: '2.14'
+ docker: alpine3
+ python: ''
+ target: azp/posix/3/
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
# - ansible: '2.13'
# docker: default
# python: '3.9'
# target: azp/generic/1/
+ # Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
+ # - ansible: '2.14'
+ # docker: default
+ # python: '3.10'
+ # target: azp/generic/1/
steps:
- name: >-