How to handle long-running tasks in Ansible/ Ansible Asynchronous Actions and Polling
Feb 8, 2023 · 3 min read · 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...
Join discussion