mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
File Module docs, adding mode permission example with sticky bit (#36151)
* File Module docs, adding mode permission example with sticky bit
This commit is contained in:
parent
cf9b427add
commit
ef9dac548f
2 changed files with 6 additions and 1 deletions
|
@ -84,6 +84,11 @@ EXAMPLES = '''
|
|||
owner: foo
|
||||
group: foo
|
||||
mode: 0644
|
||||
- file:
|
||||
path: /work
|
||||
owner: root
|
||||
group: root
|
||||
mode: 01777
|
||||
- file:
|
||||
src: /file/to/link/to
|
||||
dest: /path/to/symlink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue