mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Formatting
This commit is contained in:
parent
3043f737a0
commit
ccbb679fc3
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ options:
|
||||||
choices: [ group, mask, other, user ]
|
choices: [ group, mask, other, user ]
|
||||||
permissions:
|
permissions:
|
||||||
description:
|
description:
|
||||||
- The permissions to apply/remove can be any combination of C(r), C(w), C(x) (read, write and execute respectively), and C(X) (execute permission if the file is a directory or already has execute permission for some user)
|
- The permissions to apply/remove can be any combination of C(r), C(w), C(x)
|
||||||
|
- (read, write and execute respectively), and C(X) (execute permission if the file is a directory or already has execute permission for some user)
|
||||||
entry:
|
entry:
|
||||||
description:
|
description:
|
||||||
- DEPRECATED.
|
- DEPRECATED.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue