mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert "Add mode option to the list" (#3946)
This commit is contained in:
parent
6037684d23
commit
34b94ec4c4
1 changed files with 0 additions and 7 deletions
|
@ -159,13 +159,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- all arguments accepted by the M(file) module also work here
|
- all arguments accepted by the M(file) module also work here
|
||||||
required: false
|
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
|
# informational: requirements for nodes
|
||||||
requirements: [ ]
|
requirements: [ ]
|
||||||
author: "Jan-Piet Mens (@jpmens)"
|
author: "Jan-Piet Mens (@jpmens)"
|
||||||
|
|
Loading…
Reference in a new issue