mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Slight docs tweak about thirsty mode on the copy module
This commit is contained in:
@@ -50,9 +50,9 @@ options:
|
||||
default: "no"
|
||||
thirsty:
|
||||
description:
|
||||
- if C(yes), will copy the file every time and replace the
|
||||
file if the contents change. If C(no), the file will only be copied if
|
||||
the destination does not exist.
|
||||
- the default is C(yes), which will replace the remote file when contents
|
||||
are different than the source. If C(no), the file will only be transferred
|
||||
if the destination does not exist.
|
||||
version_added: "1.1"
|
||||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
|
||||
Reference in New Issue
Block a user