Fixes typo digeset to digest (#52709)

pull/52721/head
Shivam Singhal 6 years ago 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,

Loading…
Cancel
Save