mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 23:55:19 +01:00
Compare commits
2 commits
30a675775b
...
9ba556a732
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ba556a732 | ||
|
|
c353e43a90 |
1 changed files with 3 additions and 1 deletions
|
|
@ -76,7 +76,9 @@ options:
|
|||
description:
|
||||
- Use NFSv4 ACLs instead of POSIX ACLs.
|
||||
- This feature uses C(nfs4_setfacl) and C(nfs4_getfacl). The behavior depends on those implementation.
|
||||
- This feature only supports C(A) in ACE, so C(D) must be replaced with the appropriate C(A).
|
||||
And currently it only supports C(A) in ACE, so C(D) must be replaced with the appropriate C(A).
|
||||
- Permission is set as optimised ACLs by the system. You can check the actual ACLs that has been set using the return value.
|
||||
- More info C(man nfs4_setfacl)
|
||||
type: bool
|
||||
default: false
|
||||
recalculate_mask:
|
||||
|
|
|
|||
Loading…
Reference in a new issue