Commit 85c87e50 by Michael DeHaan

Slight docs tweak about thirsty mode on the copy module

parent b5f90ef0
...@@ -50,9 +50,9 @@ options: ...@@ -50,9 +50,9 @@ options:
default: "no" default: "no"
thirsty: thirsty:
description: description:
- if C(yes), will copy the file every time and replace the - the default is C(yes), which will replace the remote file when contents
file if the contents change. If C(no), the file will only be copied if are different than the source. If C(no), the file will only be transferred
the destination does not exist. if the destination does not exist.
version_added: "1.1" version_added: "1.1"
required: false required: false
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment