mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixes typo digeset to digest (#52709)
This commit is contained in:
parent
e931dd0e58
commit
19cf956453
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ class FilterModule(object):
|
||||||
# hash filters
|
# hash filters
|
||||||
# md5 hex digest of string
|
# md5 hex digest of string
|
||||||
'md5': md5s,
|
'md5': md5s,
|
||||||
# sha1 hex digeset of string
|
# sha1 hex digest of string
|
||||||
'sha1': checksum_s,
|
'sha1': checksum_s,
|
||||||
# checksum of string as used by ansible for checksumming files
|
# checksum of string as used by ansible for checksumming files
|
||||||
'checksum': checksum_s,
|
'checksum': checksum_s,
|
||||||
|
|
Loading…
Reference in a new issue