I have a project in Ansible Tower, and a template derived from the project. I am running a job with this template against a host (Say a.example.com) . Now I want to run a job with this template at the same time against another (Say b.example.com).
How do I achieve this? Currently the second job waits for the first job to complete.