From c314733b2654f17d756b81d4f71c561bf80d8220 Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Mon, 16 Dec 2019 15:48:05 +0500 Subject: [PATCH] Add a reminder that not only devices can be mounted --- plugins/modules/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mount.py b/plugins/modules/mount.py index c8b5855..9dc13aa 100644 --- a/plugins/modules/mount.py +++ b/plugins/modules/mount.py @@ -32,7 +32,7 @@ options: aliases: [ name ] src: description: - - Device to be mounted on I(path). + - Device (or NFS volume, or something else) to be mounted on I(path). - Required when I(state) set to C(present) or C(mounted). type: path fstype: