Stat: doc: Change ignore MD5 example to generic checksum (#44480)

This commit is contained in:
Alex Mayer 2018-08-22 10:48:07 -04:00 committed by René Moser
parent 3dbc3a5dda
commit c968704ef6

View file

@ -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: