Merge pull request #4736 from dmkoch/assemble-temp-file-cleanup
Clean up temp file left behind by assemble module
This commit is contained in:
commit
9acff0fae0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue