Improved documentation of mount module

Mentioning the fact that mount point directories are created and
removed.
This commit is contained in:
Jens Rantil 2013-11-25 13:58:00 +01:00
parent 407d6041b3
commit 79a3ed2654

View file

@ -63,7 +63,9 @@ options:
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).
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
choices: [ "present", "absent", "mounted", "unmounted" ]
default: null