mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[mount] Add documentation for fstab option
This commit is contained in:
parent
7c2cb58673
commit
f2e2337d07
1 changed files with 8 additions and 1 deletions
9
library/system/mount
Normal file → Executable file
9
library/system/mount
Normal file → Executable file
|
@ -69,7 +69,14 @@ 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: []
|
||||||
author: Seth Vidal
|
author: Seth Vidal
|
||||||
|
|
Loading…
Reference in a new issue