How to delete local directory with ansible
I have to make delete some directory and create them on local before copy to the remote. Is there anyway to delete and create locally? Currently I'm using 'command' command: rm -r directory But w...