mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-24 01:33:35 -05:00
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