Commit dcdce838 by Daniel Koch

Clean up temp file left behind by assemble module

parent 078aaa95
...@@ -137,6 +137,8 @@ def main(): ...@@ -137,6 +137,8 @@ def main():
shutil.copy(path, dest) shutil.copy(path, dest)
changed = True changed = True
os.remove(path)
file_args = module.load_file_common_arguments(module.params) file_args = module.load_file_common_arguments(module.params)
changed = module.set_file_attributes_if_different(file_args, changed) changed = module.set_file_attributes_if_different(file_args, changed)
# Mission complete # Mission complete
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment