mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
refactor of create_unified_job in connection with new copy endpoint development
This commit is contained in:
@@ -102,9 +102,6 @@ class SurveyJobTemplateMixin(models.Model):
|
||||
Combine extra_vars with variable precedence order:
|
||||
JT extra_vars -> JT survey defaults -> runtime extra_vars
|
||||
'''
|
||||
if 'launch_type' in kwargs and kwargs['launch_type'] == 'relaunch':
|
||||
return kwargs
|
||||
|
||||
# Job Template extra_vars
|
||||
extra_vars = self.extra_vars_dict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user