mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Updating CHANGELOG for new symbolic mode feature and updating file docs
This commit is contained in:
parent
674c35bc8c
commit
811ff49f78
2 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,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 as would be fed to I(chmod). 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)).
|
||||
owner:
|
||||
required: false
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue