mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Clarify behaviour for unmounted state (#26646)
Unmounting does not modify fstab.
This commit is contained in:
parent
1e5cfd16fc
commit
c197a68508
1 changed files with 3 additions and 2 deletions
|
@ -78,8 +78,9 @@ options:
|
||||||
default: 0
|
default: 0
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- If C(mounted) or C(unmounted), the device will be actively mounted or
|
- If C(mounted), the device will be actively mounted and appropriately
|
||||||
unmounted as needed and appropriately configured in I(fstab).
|
configured in I(fstab).
|
||||||
|
- If C(unmounted), the device will be unmounted without changing I(fstab).
|
||||||
- C(absent) and C(present) only deal with I(fstab) but will not affect
|
- C(absent) and C(present) only deal with I(fstab) but will not affect
|
||||||
current mounting.
|
current mounting.
|
||||||
- If specifying C(mounted) and the mount point is not present, the mount
|
- If specifying C(mounted) and the mount point is not present, the mount
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue