mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
feat: Add crc32 filter (#5062)
* feat: Add crc32 filter Compute CRC32 checksum of a string and return its hex representation. Can be use to create short checksums. Signed-off-by: Julien Riou <julien@riou.xyz> * Update license lines * Improve string check of a crc32 value Signed-off-by: Julien Riou <julien@riou.xyz> Signed-off-by: Julien Riou <julien@riou.xyz> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
@@ -125,6 +125,8 @@ files:
|
||||
labels: xenserver
|
||||
$filters/counter.py:
|
||||
maintainers: keilr
|
||||
$filters/crc32.py:
|
||||
maintainers: jouir
|
||||
$filters/dict.py:
|
||||
maintainers: felixfontein
|
||||
$filters/dict_kv.py:
|
||||
|
||||
Reference in New Issue
Block a user