mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Merge pull request #143 from mperry2/acldocs
Update documentation for ACL permissions Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
commit
72353d3f04
2 changed files with 3 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ Parameters
|
||||||
<td>
|
<td>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div>The permissions to apply/remove can be any combination of <code>r</code>, <code>w</code> and <code>x</code> (read, write and execute respectively)</div>
|
<div>The permissions to apply/remove can be any combination of <code>r</code>, <code>w</code>, <code>x</code> (read, write and execute respectively), and <code>X</code> (execute permission if the file is a directory or already has execute permission for some user)</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,8 @@ options:
|
||||||
type: str
|
type: str
|
||||||
permissions:
|
permissions:
|
||||||
description:
|
description:
|
||||||
- The permissions to apply/remove can be any combination of C(r), C(w) and C(x) (read, write and execute respectively)
|
- 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)
|
||||||
type: str
|
type: str
|
||||||
entry:
|
entry:
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue