From 172bd21f4136ac17620da3ab76a774a946992d4c Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 13 Jun 2016 15:48:43 -0400 Subject: [PATCH] Revert "Add mode option to the list" (#3946) --- network/basics/get_url.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/network/basics/get_url.py b/network/basics/get_url.py index e9b54e8a76d..83e6b130519 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)"