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 '''