mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
added unsafe_writes to blockinfile (#2701)
depends on http://github.com/ansible/ansible/issues/17016
This commit is contained in:
@@ -169,7 +169,7 @@ def write_changes(module, contents, dest):
|
||||
module.fail_json(msg='failed to validate: '
|
||||
'rc:%s error:%s' % (rc, err))
|
||||
if valid:
|
||||
module.atomic_move(tmpfile, dest)
|
||||
module.atomic_move(tmpfile, dest, unsafe_writes=module.params['unsafe_writes'])
|
||||
|
||||
|
||||
def check_file_attrs(module, changed, message):
|
||||
|
||||
Reference in New Issue
Block a user