Fix #595. Remove comment from fstab entry on updating.

This commit is contained in:
Vladimir Botka 2024-11-21 20:54:27 +01:00
parent 1b9ae1c77f
commit 8e34860d6c
No known key found for this signature in database
GPG key ID: 90D199128ED44F01

View file

@ -303,7 +303,7 @@ def _set_mount_save_old(module, args):
continue continue
fields = line.split() fields = line.split('#')[0].split()
# Check if we got a valid line for splitting # Check if we got a valid line for splitting
# (on Linux the 5th and the 6th field is optional) # (on Linux the 5th and the 6th field is optional)