diff options
author | Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> | 2021-03-27 00:18:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 00:18:55 +0100 |
commit | 99a6627c60d8734d90f6982107eebb9de24ba54d (patch) | |
tree | 7e10fcd138b8af29614efa809ca9ba406c53b06e /changelogs | |
parent | updated link to ansible.builtin.user password (#73789) (diff) | |
download | ansible-99a6627c60d8734d90f6982107eebb9de24ba54d.tar.xz ansible-99a6627c60d8734d90f6982107eebb9de24ba54d.zip |
Add duplicated set filter and documentation (#72729)
Co-authored-by: Kerry <kerry@flatline-studios.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/72729-add-filter-duplicated.yml | 3 |
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/) |