Clean up temp file left behind by assemble module

pull/4736/head
Daniel Koch 11 years ago
parent 078aaa95a2
commit dcdce838cf

@ -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…
Cancel
Save