mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Merge pull request #1550 from bcoca/1549_lininfile_backup_bug
fixes #1549
This commit is contained in:
@@ -143,7 +143,7 @@ def present(module, dest, regexp, line, insertafter, create, backup):
|
||||
changed = True
|
||||
|
||||
if changed:
|
||||
if backup:
|
||||
if backup and os.path.exists(dest):
|
||||
module.backup_local(dest)
|
||||
f = open(dest, 'wb')
|
||||
f.writelines(lines)
|
||||
|
||||
Reference in New Issue
Block a user