mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 13:07:19 +00:00
Add sanity test for action groups (#9294)
* Add sanity test for action groups.
* Fix interpolation.
* Fix message.
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Improve regex.
* Add entry for new 'keycloak' action group.
Ref: https://github.com/ansible-collections/community.general/pull/9284
---------
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
(cherry picked from commit d5237ee486)
Co-authored-by: Felix Fontein <felix@fontein.de>
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"include_symlinks": true,
|
|
"prefixes": [
|
|
"meta/runtime.yml",
|
|
"plugins/modules/",
|
|
"tests/sanity/extra/action-group."
|
|
],
|
|
"output": "path-message",
|
|
"requirements": [
|
|
"pyyaml"
|
|
]
|
|
}
|