From b9471c9cd597f23cfbb9b0eebf8a8da543495d25 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 11 Nov 2014 12:22:27 -0600 Subject: [PATCH] Add mention of fetch module to the copy module docs. --- files/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/copy.py b/files/copy.py index 9ee8e42c31a..ab480bec1f9 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. + - 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. options: src: description: