From 413a50f87b12e7dc6fcac46e3fa56fd06332a33d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 6 May 2014 08:31:26 -0400 Subject: [PATCH] reworded copy option docs to be clearer --- library/files/unarchive | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/files/unarchive b/library/files/unarchive index 29e9ddb9e4..888f7db56a 100644 --- a/library/files/unarchive +++ b/library/files/unarchive @@ -39,7 +39,8 @@ options: default: null copy: description: - - Should the file be copied from the local to the remote machine? + - If set to yes/true (default), the file is copied from the 'master' to the target machine, + if set to no/false, the plugin will look for src archive at the target machine. required: false choices: [ "yes", "no" ] default: "yes"