Merge pull request #1427 from bleader/devel
mount: update example with mandatory option
This commit is contained in:
commit
1b17a8fa99
1 changed files with 1 additions and 1 deletions
2
mount
2
mount
|
@ -68,7 +68,7 @@ options:
|
||||||
choices: [ "present", "absent", "mounted", "unmounted" ]
|
choices: [ "present", "absent", "mounted", "unmounted" ]
|
||||||
default: null
|
default: null
|
||||||
examples:
|
examples:
|
||||||
- code: "mount: name=/mnt/dvd src=/dev/sr0 fstype=iso9660 opts=ro"
|
- code: "mount: name=/mnt/dvd src=/dev/sr0 fstype=iso9660 opts=ro state=present"
|
||||||
description: "Mount DVD read-only"
|
description: "Mount DVD read-only"
|
||||||
notes: []
|
notes: []
|
||||||
requirements: []
|
requirements: []
|
||||||
|
|
Loading…
Reference in a new issue