mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
mount: update example with mandatory option
- 'state' is required, but wasn't in example Signed-off-by: bleader <bleader@ratonland.org>
This commit is contained in:
@@ -68,7 +68,7 @@ options:
|
||||
choices: [ "present", "absent", "mounted", "unmounted" ]
|
||||
default: null
|
||||
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"
|
||||
notes: []
|
||||
requirements: []
|
||||
|
||||
Reference in New Issue
Block a user