Skip to content

Tag: adhoc

How to remove temp file in ansible using copy module

I’m using adhoc command for example After copy in the remote host. I found temp files in the directory ~/.ansible/tmp How to remove this temp directory on remote host? Using another module like “commmand” ? In the reference of copy ansible module i did not found about remove temp file after …