mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-01 06:41:26 -07:00
univention udm_share: add example
This commit is contained in:
parent
ea72534151
commit
8eb496989e
1 changed files with 5 additions and 0 deletions
|
@ -335,6 +335,11 @@ options:
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
# Create a share named home on the server ucs.example.com with the path /home.
|
||||||
|
- udm_sahre: name=home
|
||||||
|
path=/home
|
||||||
|
host=ucs.example.com
|
||||||
|
sambaName=Home
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue