files/file: add support for symbolic permission modes
This commit is contained in:
parent
5413ee9431
commit
a160dac689
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ options:
|
|||
default: null
|
||||
choices: []
|
||||
description:
|
||||
- mode the file or directory should be, such as 0644 as would be fed to I(chmod)
|
||||
- mode the file or directory should be, such as 0644 or o=rwx,g=rwx,o=rx as would be fed to I(chmod)
|
||||
owner:
|
||||
required: false
|
||||
default: null
|
||||
|
|
Loading…
Reference in a new issue