summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-01-06 16:21:31 -0500
committerBrian Coca <brian.coca+git@gmail.com>2017-01-06 16:21:55 -0500
commit4672058b1fe50118df6a023c216203ad79f42d79 (patch)
tree42eec35885790f5f27321a3b63d4caac62906cc6
parentc8d3dd9a1539964378789bd9cd629d5a3b0c6eb5 (diff)
downloadansible-4672058b1fe50118df6a023c216203ad79f42d79.tar.gz
updated unarchive docs for url handling
-rw-r--r--lib/ansible/modules/files/unarchive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/files/unarchive.py b/lib/ansible/modules/files/unarchive.py
index 558b0215ba..0f287f6fae 100644
--- a/lib/ansible/modules/files/unarchive.py
+++ b/lib/ansible/modules/files/unarchive.py
@@ -37,7 +37,7 @@ options:
src:
description:
- If remote_src=no (default), local path to archive file to copy to the target server; can be absolute or relative. If remote_src=yes, path on the target server to existing archive file to unpack.
- - If remote_src=yes and src contains ://, the remote machine will download the file from the url first. (version_added 2.0)
+ - If remote_src=yes and src contains ://, the remote machine will download the file from the url first. (version_added 2.0). This is only for simple cases, for full download support look at the M(get_url) module.
required: true
default: null
dest: