I am running the ansible playbook usually after creation of machines using Terraform, sometimes when ansible try to connecting new machine that creates at the same time and machine is not available yet, the ansible flow failed , in addition ansible playbook created main.retry file, do you have a suggestion what should I do when I got those errors? How can I retry that run? I also added to ansible tasks retries label but I think it wasn't working, BTW it can happen also on other tasks,for example copy files from S3
Thanks Eyal