mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-08-04 13:54:45 +00:00
Compare commits
2 Commits
2.1.0
...
5bc3b23c7d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bc3b23c7d | ||
|
|
8e34860d6c |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user