mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
changed ignore_md5_mismatch to validate_md5
This commit is contained in:
parent
41c474d129
commit
cf6a76c814
2 changed files with 6 additions and 6 deletions
|
@ -34,13 +34,13 @@ options:
|
|||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
default: "no"
|
||||
ignore_md5_mismatch:
|
||||
validate_md5:
|
||||
version_added: "1.3"
|
||||
description:
|
||||
- Do not check the md5sum of the destination file. Useful if transferring files that may change during the transfer, such as log files.
|
||||
- Verify that the source and destination md5sums match after the files are fetched.
|
||||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
default: "no"
|
||||
default: "yes"
|
||||
flat:
|
||||
version_added: "1.2"
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue