mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
* 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>
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"
|
|
]
|
|
}
|