mirror of https://github.com/ansible/ansible.git
Make sure action plugin copy cleans up tmp dir
The copy action plugin creates its own tmp dir for each file that it copies to the target machine. However, it does not clean up the original tmp path it was given when run() is called. This cleans up the tmp path before it begins looping on source files.pull/5384/head
parent
0d4294da42
commit
833e1f6e2a
Loading…
Reference in New Issue