1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-26 15:07:32 +00:00

Add counter filter (#3921) (#3945)

* 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:
patchback[bot] 2021-12-26 15:25:18 +01:00 committed by GitHub
parent 9b57221d9a
commit 468b28bbb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 159 additions and 0 deletions

2
.github/BOTMETA.yml vendored
View file

@ -118,6 +118,8 @@ files:
$doc_fragments/xenserver.py:
maintainers: bvitnik
labels: xenserver
$filters/counter.py:
maintainers: keilr
$filters/dict.py:
maintainers: felixfontein
$filters/dict_kv.py: