mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
Improved documentation of mount
module
Mentioning the fact that mount point directories are created and removed.
This commit is contained in:
parent
828b9f872f
commit
883f37e404
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ options:
|
||||||
description:
|
description:
|
||||||
- If C(mounted) or C(unmounted), the device will be actively mounted or unmounted
|
- If C(mounted) or C(unmounted), the device will be actively mounted or unmounted
|
||||||
as well as just configured in I(fstab). C(absent) and C(present) only deal with
|
as well as just configured in I(fstab). C(absent) and C(present) only deal with
|
||||||
I(fstab).
|
I(fstab). C(mounted) will also automatically create the mount point
|
||||||
|
directory if it doesn't exist. If C(absent) changes anything, it will
|
||||||
|
remove the mount point directory.
|
||||||
required: true
|
required: true
|
||||||
choices: [ "present", "absent", "mounted", "unmounted" ]
|
choices: [ "present", "absent", "mounted", "unmounted" ]
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue