Commit f2e2337d by Sébastien Gross

[mount] Add documentation for fstab option

parent 7c2cb586
...@@ -69,6 +69,13 @@ options: ...@@ -69,6 +69,13 @@ options:
required: true required: true
choices: [ "present", "absent", "mounted", "unmounted" ] choices: [ "present", "absent", "mounted", "unmounted" ]
default: null default: null
fstab:
description:
- file to use instead of C(/etc/fstab). You shouldn't use that option
unless you really know what you are doing. This might be useful if
you need to configure mountpoints in a chroot environment.
required: false
default: /etc/fstab
notes: [] notes: []
requirements: [] requirements: []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment