summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Fields <adam@graphika.com>2015-12-10 12:45:59 -0500
committerBrian Coca <brian.coca+git@gmail.com>2015-12-11 23:29:01 -0500
commit1bb9e1b9b7f5403c5be4f2f80a833207476065fb (patch)
treecbf19f55a1048adcf15946425d500a52c4c4f663
parent6e5dd79ae2df107cb196c3e8125399cacfcfb553 (diff)
downloadansible-modules-core-1bb9e1b9b7f5403c5be4f2f80a833207476065fb.tar.gz
added a reference to the template module for clarity
-rw-r--r--files/copy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/copy.py b/files/copy.py
index 8b6611a2..5e415513 100644
--- a/files/copy.py
+++ b/files/copy.py
@@ -27,7 +27,7 @@ module: copy
version_added: "historical"
short_description: Copies files to remote locations.
description:
- - The M(copy) module copies a file on the local box to remote locations. Use the M(fetch) module to copy files from remote locations to the local box.
+ - The M(copy) module copies a file on the local box to remote locations. Use the M(fetch) module to copy files from remote locations to the local box. If you need variable interpolation in copied files, use the M(template) module.
options:
src:
description: