summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments/83965-action-groups-schema.yml
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2024-09-24 17:15:43 +0200
committerGitHub <noreply@github.com>2024-09-24 17:15:43 +0200
commitf4e2e206b3356c9b9fa94e8cbead1cdb88cede54 (patch)
tree5ada604e6dd979079539418ae3fd9f73b4da6bd4 /changelogs/fragments/83965-action-groups-schema.yml
parentdnf5: fix tb when plugins API is not available (#83969) (diff)
downloadansible-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.yml2
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)."