summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2016-06-13 15:48:11 -0400
committerGitHub <noreply@github.com>2016-06-13 15:48:11 -0400
commitbcc45f05c51a3f688c7a11048440244f5d92540f (patch)
tree24d3eefaa1ba98d5dfd0f760100566c25b479623
parent3573223aebb985c1a034610b03e570e210881872 (diff)
downloadansible-modules-core-revert-3630-patch-1.tar.gz
Revert "Add mode option to the list"revert-3630-patch-1
-rw-r--r--network/basics/get_url.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/network/basics/get_url.py b/network/basics/get_url.py
index e9b54e8a..83e6b130 100644
--- a/network/basics/get_url.py
+++ b/network/basics/get_url.py
@@ -160,13 +160,6 @@ options:
description:
- all arguments accepted by the M(file) module also work here
required: false
- mode:
- description:
- - mode the destination file should be. For those used to /usr/bin/chmod remember that modes are actually
- octal numbers (like 0644). Leaving off the leading zero will likely have unexpected results.
- As of version 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)).
- required: false
- version_added: '2.2'
# informational: requirements for nodes
requirements: [ ]
author: "Jan-Piet Mens (@jpmens)"