mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9642a15d34
* Add counter filter * move counter filter doc to existing chapter * Use existing typerror exception from Counter * Match counter filter example task name and output
4 lines
97 B
YAML
4 lines
97 B
YAML
---
|
|
add plugin.filter:
|
|
- name: counter
|
|
description: Counts hashable elements in a sequence
|