From c968704ef6e3d318a5fcca1f31297719f40ee25c Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Wed, 22 Aug 2018 10:48:07 -0400 Subject: [PATCH] Stat: doc: Change ignore MD5 example to generic checksum (#44480) --- lib/ansible/modules/files/stat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/files/stat.py b/lib/ansible/modules/files/stat.py index bb0c38f013..4e9bc1dc2d 100644 --- a/lib/ansible/modules/files/stat.py +++ b/lib/ansible/modules/files/stat.py @@ -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: