change: format

ShIRann 4 weeks ago
parent cf3cbac7ed
commit e85866fc15

@ -30,6 +30,8 @@ options:
first letter of any of those words (e.g., "1w").
type: str
get_checksum:
description:
- Whether to return a checksum of the file.
default: no
patterns:
default: []

@ -25,8 +25,6 @@ options:
- Whether to follow symlinks.
type: bool
default: no
get_checksum:
default: yes
get_mime:
description:
- Use file magic and return data about the nature of the file. this uses

@ -18,8 +18,11 @@ options:
choices: [ md5, sha1, sha224, sha256, sha384, sha512 ]
default: sha1
aliases: [ checksum, checksum_algo ]
version_added: "2.0"
get_checksum:
description:
- Whether to return a checksum of the file.
type: bool
default: yes
version_added: "1.8"
"""

Loading…
Cancel
Save