mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
* Add counter filter
* move counter filter doc to existing chapter
* Use existing typerror exception from Counter
* Match counter filter example task name and output
(cherry picked from commit 9642a15d34)
Co-authored-by: Rémy Keil <remy.keil@gmail.com>
This commit is contained in:
4
changelogs/fragments/3921-add-counter-filter-plugin.yml
Normal file
4
changelogs/fragments/3921-add-counter-filter-plugin.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
add plugin.filter:
|
||||
- name: counter
|
||||
description: Counts hashable elements in a sequence
|
||||
Reference in New Issue
Block a user