Commit 5efcf265 by Michael DeHaan

Merge pull request #5046 from JensRantil/improve-mount-doc

mention that the mount module will remove mount directories
parents 9101c2af 883f37e4
...@@ -63,7 +63,9 @@ options: ...@@ -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
......
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