mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
fix bug that broke combining WFJT and node vars
This commit is contained in:
@@ -219,7 +219,7 @@ class WorkflowJobNode(WorkflowNodeBase):
|
||||
if password_dict:
|
||||
data['survey_passwords'] = password_dict
|
||||
# process extra_vars
|
||||
extra_vars = {}
|
||||
extra_vars = data.get('extra_vars', {})
|
||||
if aa_dict:
|
||||
functional_aa_dict = copy(aa_dict)
|
||||
functional_aa_dict.pop('_ansible_no_log', None)
|
||||
|
||||
Reference in New Issue
Block a user