- { role: RHEL_register_RHN, ignore_errors: yes }
- { role: nmon-ansible-role, ignore_errors: yes }
- { role: hardening-ansible-role, ignore_errors: yes}
I am aware roles can't run in parallel but I want to execute the task in parallel from different ansible roles. I am able to execute the task in parallel but how can I restrict the number of tasks executing in parallel.