mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 23:55:19 +01:00
Compare commits
2 commits
9ba556a732
...
30a675775b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30a675775b | ||
|
|
70680012db |
1 changed files with 1 additions and 3 deletions
|
|
@ -76,9 +76,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Use NFSv4 ACLs instead of POSIX ACLs.
|
- 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 uses C(nfs4_setfacl) and C(nfs4_getfacl). The behavior depends on those implementation.
|
||||||
And currently it only supports C(A) in ACE, so C(D) must be replaced with the appropriate C(A).
|
- This feature 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
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
recalculate_mask:
|
recalculate_mask:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue