mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Add Support for CachingMode Setting (#21103)
Add Support for CachingMode Setting
This commit is contained in:
parent
778dc9ad38
commit
7d44b2987e
2 changed files with 19 additions and 2 deletions
|
@ -84,7 +84,18 @@ options:
|
|||
- Specify user list that should get no access, regardless of implied access on share, separated by comma.
|
||||
required: no
|
||||
default: none
|
||||
author: Hans-Joachim Kliemeck (@h0nIg)
|
||||
caching_mode:
|
||||
description:
|
||||
- Set the CachingMode for this share.
|
||||
choices:
|
||||
- BranchCache
|
||||
- Documents
|
||||
- Manual
|
||||
- None
|
||||
- Programs
|
||||
- Unknown
|
||||
required: no
|
||||
author: Hans-Joachim Kliemeck (@h0nIg), David Baumann (@daBONDi)
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue