mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Clean up temp file left behind by assemble module
This commit is contained in:
@@ -137,6 +137,8 @@ def main():
|
||||
shutil.copy(path, dest)
|
||||
changed = True
|
||||
|
||||
os.remove(path)
|
||||
|
||||
file_args = module.load_file_common_arguments(module.params)
|
||||
changed = module.set_file_attributes_if_different(file_args, changed)
|
||||
# Mission complete
|
||||
|
||||
Reference in New Issue
Block a user