mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Stat: doc: Change ignore MD5 example to generic checksum (#44480)
This commit is contained in:
@@ -121,10 +121,10 @@ EXAMPLES = '''
|
||||
msg: "Path exists and is a directory"
|
||||
when: p.stat.isdir is defined and p.stat.isdir
|
||||
|
||||
# Don't do md5 checksum
|
||||
# Don't do checksum
|
||||
- stat:
|
||||
path: /path/to/myhugefile
|
||||
get_md5: no
|
||||
get_checksum: no
|
||||
|
||||
# Use sha256 to calculate checksum
|
||||
- stat:
|
||||
|
||||
Reference in New Issue
Block a user