From 70e8bb309211a5d5e9407c0c91a2e2162cf65afd Mon Sep 17 00:00:00 2001 From: Michael Grandjean Date: Thu, 1 Sep 2016 22:47:38 +0200 Subject: [PATCH] Fix typo in EXAMPLE section (#2833) --- lib/ansible/modules/extras/univention/udm_share.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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