mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Stat: doc: Change ignore MD5 example to generic checksum (#44480)
This commit is contained in:
parent
3dbc3a5dda
commit
c968704ef6
1 changed files with 2 additions and 2 deletions
|
@ -121,10 +121,10 @@ EXAMPLES = '''
|
||||||
msg: "Path exists and is a directory"
|
msg: "Path exists and is a directory"
|
||||||
when: p.stat.isdir is defined and p.stat.isdir
|
when: p.stat.isdir is defined and p.stat.isdir
|
||||||
|
|
||||||
# Don't do md5 checksum
|
# Don't do checksum
|
||||||
- stat:
|
- stat:
|
||||||
path: /path/to/myhugefile
|
path: /path/to/myhugefile
|
||||||
get_md5: no
|
get_checksum: no
|
||||||
|
|
||||||
# Use sha256 to calculate checksum
|
# Use sha256 to calculate checksum
|
||||||
- stat:
|
- stat:
|
||||||
|
|
Loading…
Reference in a new issue