mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Ensure extra_vars is initiated.
This commit is contained in:
@@ -449,6 +449,7 @@ class Job(UnifiedJob, JobOptions):
|
||||
return dependencies
|
||||
|
||||
def handle_extra_data(self, extra_data):
|
||||
extra_vars = {}
|
||||
if type(extra_data) == dict:
|
||||
extra_vars = extra_data
|
||||
elif extra_data is None:
|
||||
|
||||
Reference in New Issue
Block a user