Skip to content

Commit

Permalink
Add entry for new 'keycloak' action group.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 23, 2024
1 parent 8f88417 commit fb48178
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/sanity/extra/action-group.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [],
Expand Down

0 comments on commit fb48178

Please sign in to comment.