If checked, the job will be launched in Tower and will then return immedatly. You can capture the object returned like this: tower_job = Things you might want to do with this object: tower_job.isComplete() - returns true of false or throws an AnsibleTowerException tower_job.getLogs() - returns a Vector<String> of all the logs or throws an AnsibleTowerException tower_job.getExports() - returns a HashMap<String, String> or throws an AnsibleTowerException Note: you should not call getExports until getLogs is run