From 79a3ed265442f8ee987bb4975c2761501d698b23 Mon Sep 17 00:00:00 2001 From: Jens Rantil Date: Mon, 25 Nov 2013 13:58:00 +0100 Subject: [PATCH] Improved documentation of `mount` module Mentioning the fact that mount point directories are created and removed. --- system/mount | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/mount b/system/mount index 384cd976079..fb6a1a32a07 100644 --- a/system/mount +++ b/system/mount @@ -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