This commit is contained in:
Vladimir Botka 2024-11-21 20:58:08 +01:00 committed by GitHub
commit 5bc3b23c7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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