How to handle long-running tasks in Ansible/
Ansible Asynchronous Actions and Polling
By default, Ansible runs tasks synchronously holding the connections to the remote node open until the action is completed. This means within a playbook, each task blocks the next task by default, meaning the subsequent task will not run until the cu...
devopswithcj.com3 min read