From 5d103793eee0c32d9e5ffa33a4fde3bd2034d5fc 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. --- lib/ansible/modules/files/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/copy.py b/lib/ansible/modules/files/copy.py index 9ee8e42c31..ab480bec1f 100644 --- a/lib/ansible/modules/files/copy.py +++ b/lib/ansible/modules/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: