summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/unarchive.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/unarchive.py')
-rw-r--r--lib/ansible/modules/unarchive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/unarchive.py b/lib/ansible/modules/unarchive.py
index 550ca3a00c..7ccd56a0d6 100644
--- a/lib/ansible/modules/unarchive.py
+++ b/lib/ansible/modules/unarchive.py
@@ -39,7 +39,7 @@ options:
required: true
copy:
description:
- - If true, the file is copied from local 'master' to the target machine, otherwise, the plugin will look for src archive at the target machine.
+ - If true, the file is copied from local controller to the managed (remote) node, otherwise, the plugin will look for src archive on the managed machine.
- This option has been deprecated in favor of C(remote_src).
- This option is mutually exclusive with C(remote_src).
type: bool