mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 12:21:12 +00:00
Fixes typo digeset to digest (#52709)
This commit is contained in:
committed by
Abhijeet Kasurde
parent
e931dd0e58
commit
19cf956453
@@ -603,7 +603,7 @@ class FilterModule(object):
|
||||
# hash filters
|
||||
# md5 hex digest of string
|
||||
'md5': md5s,
|
||||
# sha1 hex digeset of string
|
||||
# sha1 hex digest of string
|
||||
'sha1': checksum_s,
|
||||
# checksum of string as used by ansible for checksumming files
|
||||
'checksum': checksum_s,
|
||||
|
||||
Reference in New Issue
Block a user