Merge pull request #2304 from skvidal/devel

add docs to mount module using LABEL and UUID
pull/4420/head
Daniel Hokka Zakrisson 2013-03-05 12:47:51 -08:00
commit 5ec40b17e7
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ options:
examples:
- code: "mount: name=/mnt/dvd src=/dev/sr0 fstype=iso9660 opts=ro state=present"
description: "Mount DVD read-only"
- code: "mount: name=/srv/disk src='LABEL=SOME_LABEL' state=present"
description: "Mount up device by label"
- code: "mount: name=/home src='UUID=b3e48f45-f933-4c8e-a700-22a159ec9077' opts=noatime state=present"
description: "Mount up device by UUID"
notes: []
requirements: []
author: Seth Vidal