summaryrefslogtreecommitdiff
path: root/univention/udm_share.py
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-01 10:50:56 +0000
committerJohn R Barker <john@johnrbarker.com>2016-12-01 10:50:56 +0000
commit37418a347417bdb978c560434f1c91a56de28648 (patch)
treefb72f9c425b746ee59cc806efdb308a11924a607 /univention/udm_share.py
parentee35620c75e59fcbbe91671794c5a64992ca3416 (diff)
downloadansible-modules-extras-37418a347417bdb978c560434f1c91a56de28648.tar.gz
Native YAML (#3593)
Diffstat (limited to 'univention/udm_share.py')
-rw-r--r--univention/udm_share.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/univention/udm_share.py b/univention/udm_share.py
index fa863995..2f7febfd 100644
--- a/univention/udm_share.py
+++ b/univention/udm_share.py
@@ -375,10 +375,11 @@ options:
EXAMPLES = '''
# Create a share named home on the server ucs.example.com with the path /home.
-- udm_share: name=home
- path=/home
- host=ucs.example.com
- sambaName=Home
+- udm_share:
+ name: home
+ path: /home
+ host: ucs.example.com
+ sambaName: Home
'''