1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix typo in EXAMPLE section (#2833)

This commit is contained in:
Michael Grandjean 2016-09-01 22:47:38 +02:00 committed by Matt Clay
parent b7afa14f64
commit 70e8bb3092

View file

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