mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-13 08:05:19 +01:00
Compare commits
No commits in common. "74edb72249847d5f98986ac51e2c04c44b464b5b" and "1b9ae1c77fb839c81d33ee2171d2276464c465a4" have entirely different histories.
74edb72249
...
1b9ae1c77f
2 changed files with 1 additions and 4 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- mount - If a comment is appended to a fstab entry, state present creates a double-entry (https://github.com/ansible-collections/ansible.posix/issues/595).
|
|
||||||
|
|
@ -303,7 +303,7 @@ def _set_mount_save_old(module, args):
|
||||||
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
fields = line.split('#')[0].split()
|
fields = line.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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue