mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
468b28bbb8
* 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>
4 lines
97 B
YAML
4 lines
97 B
YAML
---
|
|
add plugin.filter:
|
|
- name: counter
|
|
description: Counts hashable elements in a sequence
|