[mount] Add documentation for fstab option

pull/8223/head
Sébastien Gross 10 years ago
parent 7c2cb58673
commit f2e2337d07

@ -69,7 +69,14 @@ options:
required: true
choices: [ "present", "absent", "mounted", "unmounted" ]
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: []
requirements: []
author: Seth Vidal

Loading…
Cancel
Save