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