From 572167b9c182c35e3e34fb975170bd155f956d31 Mon Sep 17 00:00:00 2001 From: Yves MOYROUD <41052194+YvesMP@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:10:24 +0200 Subject: [PATCH] Update mount.py deleted trailing newlines --- plugins/modules/mount.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/mount.py b/plugins/modules/mount.py index 7b357e6..d8e01b9 100644 --- a/plugins/modules/mount.py +++ b/plugins/modules/mount.py @@ -186,7 +186,7 @@ EXAMPLES = r''' path: /tmp/mnt-pnt state: remounted -# The following will fail on first run +# The following will fail on first run # if /home/mydir is not empty after unmounting, # though unmount and remove from fstab are successfull. # It will be successfull on subsequent runs (already unmounted). @@ -194,7 +194,7 @@ EXAMPLES = r''' ansible.posix.mount: path: /home/mydir state: absent -# The following will not fail on first run +# The following will not fail on first run # if /home/mydir is not empty after unmounting. # It will leave /home/mydir and its content (if any) after unmounting. - name: Unmount and remove from fstab, but keep /home/mydir