diff options
author | Felix Fontein <felix@fontein.de> | 2024-09-24 17:15:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 17:15:43 +0200 |
commit | f4e2e206b3356c9b9fa94e8cbead1cdb88cede54 (patch) | |
tree | 5ada604e6dd979079539418ae3fd9f73b4da6bd4 /changelogs/fragments/83965-action-groups-schema.yml | |
parent | dnf5: fix tb when plugins API is not available (#83969) (diff) | |
download | ansible-f4e2e206b3356c9b9fa94e8cbead1cdb88cede54.tar.xz ansible-f4e2e206b3356c9b9fa94e8cbead1cdb88cede54.zip |
Add basic validation for action_groups (#83965)
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
Diffstat (limited to 'changelogs/fragments/83965-action-groups-schema.yml')
-rw-r--r-- | changelogs/fragments/83965-action-groups-schema.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/83965-action-groups-schema.yml b/changelogs/fragments/83965-action-groups-schema.yml new file mode 100644 index 0000000000..cd4a439044 --- /dev/null +++ b/changelogs/fragments/83965-action-groups-schema.yml @@ -0,0 +1,2 @@ +minor_changes: + - "runtime-metadata sanity test - improve validation of ``action_groups`` (https://github.com/ansible/ansible/pull/83965)." |