From 2897cf43cea3d61b9673ce14ba796a663d99f19d Mon Sep 17 00:00:00 2001 From: Aleksei Kioller Date: Fri, 17 May 2019 12:44:32 +0300 Subject: [PATCH] Fix typo in mount doc (#56566) --- lib/ansible/modules/system/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/mount.py b/lib/ansible/modules/system/mount.py index bb60d9b0ca2..bc3bb94b311 100644 --- a/lib/ansible/modules/system/mount.py +++ b/lib/ansible/modules/system/mount.py @@ -80,7 +80,7 @@ options: fstab: description: - File to use instead of C(/etc/fstab). - - You should npt use this option unless you really know what you are doing. + - You should not use this option unless you really know what you are doing. - This might be useful if you need to configure mountpoints in a chroot environment. - OpenBSD does not allow specifying alternate fstab files with mount so do not use this on OpenBSD with any state that operates on the live filesystem.