From fb48178be6a6a82683556c5d848c74a2e70cb311 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 23 Dec 2024 18:53:55 +0100 Subject: [PATCH] Add entry for new 'keycloak' action group. Ref: https://github.com/ansible-collections/community.general/pull/9284 --- tests/sanity/extra/action-group.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/sanity/extra/action-group.py b/tests/sanity/extra/action-group.py index 1dd7930052a..9c82ff86192 100755 --- a/tests/sanity/extra/action-group.py +++ b/tests/sanity/extra/action-group.py @@ -24,6 +24,13 @@ ], 'doc_fragment': 'community.general.consul.actiongroup_consul', }, + 'keycloak': { + 'pattern': re.compile('^keycloak_.*$'), + 'exclusions': [ + 'keycloak_realm_info', + ], + 'doc_fragment': 'community.general.keycloak.actiongroup_keycloak', + }, 'proxmox': { 'pattern': re.compile('^proxmox(_.*)?$'), 'exclusions': [],