Ansible copy or delete multiple files in parallel

Hi Team,

Can we copy or delete files in parallel instead of sequence for different locations when using with_items.

Check out async

Hi Olstad,

I tried with async but I am getting the below error. Could you please help.

Playbook.yml

It seams that the copy module doesn't support async so you're out of luck.
If you have passwordless login to you host, you could use command module with async.