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"
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue