[mount] Add documentation for fstab option
This commit is contained in:
parent
7e0e6569bc
commit
806052a9e5
1 changed files with 8 additions and 1 deletions
9
system/mount
Normal file → Executable file
9
system/mount
Normal file → Executable file
|
@ -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…
Add table
Reference in a new issue