diff options
author | Matt Martz <matt@sivel.net> | 2021-02-09 16:37:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 16:37:15 +0100 |
commit | d3441bc313bfca1771d17c9af14b95626b073d0b (patch) | |
tree | 3607c425fdab0094fec6ab29f56389842998943b /changelogs | |
parent | Temporary fix for cryptography issues. (#73530) (diff) | |
download | ansible-d3441bc313bfca1771d17c9af14b95626b073d0b.tar.xz ansible-d3441bc313bfca1771d17c9af14b95626b073d0b.zip |
Add new split filter (#73532)
* Add version added
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/split-filter.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/split-filter.yml b/changelogs/fragments/split-filter.yml new file mode 100644 index 0000000000..c9d311207d --- /dev/null +++ b/changelogs/fragments/split-filter.yml @@ -0,0 +1,2 @@ +minor_changes: +- Filters - Add new ``split`` filter for splitting strings |