diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2020-06-03 18:46:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 18:46:40 +0200 |
commit | 22da903e9c4adc9ef2e99c794c5f7abeafa014bd (patch) | |
tree | 04cc1211f9d61e49ffd20755640112653d3766c0 /changelogs | |
parent | Reap collections changelog fragments - 6 (#69491) (diff) | |
download | ansible-22da903e9c4adc9ef2e99c794c5f7abeafa014bd.tar.xz ansible-22da903e9c4adc9ef2e99c794c5f7abeafa014bd.zip |
return changed for group_by (#32057)
* return changed for group_by
* added tests and fixed 'early registeration'
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/group_by_changed.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/group_by_changed.yml b/changelogs/fragments/group_by_changed.yml new file mode 100644 index 0000000000..83ca44df15 --- /dev/null +++ b/changelogs/fragments/group_by_changed.yml @@ -0,0 +1,2 @@ +bugfixes: + - group_by now should correctly refect changed status. |