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

mention that the mount module will remove mount directories
This commit is contained in:
Michael DeHaan 2013-12-01 14:27:40 -08:00
commit 4704dfefb0

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