diff --git a/lib/ansible/modules/extras/univention/udm_share.py b/lib/ansible/modules/extras/univention/udm_share.py index 8831c3d79f3..fa8639958ea 100644 --- a/lib/ansible/modules/extras/univention/udm_share.py +++ b/lib/ansible/modules/extras/univention/udm_share.py @@ -375,7 +375,7 @@ options: EXAMPLES = ''' # Create a share named home on the server ucs.example.com with the path /home. -- udm_sahre: name=home +- udm_share: name=home path=/home host=ucs.example.com sambaName=Home