From 12da5c09a9e3221c8a26c81ef8310612f94b40a5 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 5 Mar 2013 12:13:36 -0500 Subject: [PATCH] add docs to mount module using LABEL and UUID --- mount | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mount b/mount index eba89afb503..014cdf958ef 100644 --- a/mount +++ b/mount @@ -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