Ansible Spoke Extra Vars not being passed to Ansible DescriptionWhen using Launch Job Template Ansible Spoke, the Extra Vars are not being passed to Ansible Tower in the expected format so Ansible is not recognizing them.This is the request body format from the Ansible Spoke{"data":{"extra_vars":{))Resolution* In Preprocessing script we are parsing the extra var's under data which is why you are not seeing anything under extra var's when it reaches to Ansible side * and also make sure there are no spaces in JSON payload or no inline characters * look at the attached screenshot which shows a slight change in the script * the pre-processing script in ansible spoke action looks like below after changes