From 8eb496989e6ac76ec2acb30d0f3594876e1988e9 Mon Sep 17 00:00:00 2001 From: Tobias Rueetschi Date: Thu, 16 Jun 2016 17:19:53 +0200 Subject: [PATCH] univention udm_share: add example --- lib/ansible/modules/extras/univention/udm_share.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/ansible/modules/extras/univention/udm_share.py b/lib/ansible/modules/extras/univention/udm_share.py index 10144568f1a..19bbf5bbf25 100644 --- a/lib/ansible/modules/extras/univention/udm_share.py +++ b/lib/ansible/modules/extras/univention/udm_share.py @@ -335,6 +335,11 @@ options: 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 '''