mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add docs to mount module using LABEL and UUID
This commit is contained in:
parent
e2c1b34dbb
commit
2f2a02cb49
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ options:
|
||||||
examples:
|
examples:
|
||||||
- code: "mount: name=/mnt/dvd src=/dev/sr0 fstype=iso9660 opts=ro state=present"
|
- code: "mount: name=/mnt/dvd src=/dev/sr0 fstype=iso9660 opts=ro state=present"
|
||||||
description: "Mount DVD read-only"
|
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: []
|
notes: []
|
||||||
requirements: []
|
requirements: []
|
||||||
author: Seth Vidal
|
author: Seth Vidal
|
||||||
|
|
Loading…
Reference in a new issue