Ansible Spoke Extra Vars not being passed to Ansible Issue When 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 * Please also note that a requirement from Ansible is to enable "Prompt on Launch" for the Variables in the Ansible Management Console for this to work successfully.