Commit 226dacc7 by Michael DeHaan

Cleaning up explanation of mount module states.

parent 5a2fd5c6
......@@ -62,10 +62,10 @@ options:
state:
description:
- 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
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.
as needed and appropriately configured in I(fstab).
C(absent) and C(present) only deal with
I(fstab) but will not affect current mounting. If specifying C(mounted) and the mount
point is not present, the mount point will be created. Similarly, specifying C(absent) will remove the mount point directory.
required: true
choices: [ "present", "absent", "mounted", "unmounted" ]
default: null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment