summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>2021-03-27 00:18:55 +0100
committerGitHub <noreply@github.com>2021-03-27 00:18:55 +0100
commit99a6627c60d8734d90f6982107eebb9de24ba54d (patch)
tree7e10fcd138b8af29614efa809ca9ba406c53b06e /changelogs/fragments
parentdef2870df7f4585ca8c026bae2dd42e815041552 (diff)
downloadansible-99a6627c60d8734d90f6982107eebb9de24ba54d.tar.gz
Add duplicated set filter and documentation (#72729)
Co-authored-by: Kerry <kerry@flatline-studios.com>
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/72729-add-filter-duplicated.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/72729-add-filter-duplicated.yml b/changelogs/fragments/72729-add-filter-duplicated.yml
new file mode 100644
index 0000000000..949184c8e2
--- /dev/null
+++ b/changelogs/fragments/72729-add-filter-duplicated.yml
@@ -0,0 +1,3 @@
+minor_changes:
+ - add filter duplicated that will return duplicate items from a list.
+ (https://github.com/ansible/ansible/pull/72729/)