mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
further update of workflow docs for inventory feature
This commit is contained in:
committed by
Jake McDermott
parent
b74597f4dd
commit
9cd8aa1667
@@ -190,7 +190,7 @@ class WorkflowJobNode(WorkflowNodeBase):
|
||||
|
||||
def prompts_dict(self, *args, **kwargs):
|
||||
r = super(WorkflowJobNode, self).prompts_dict(*args, **kwargs)
|
||||
# Explination - WFJT extra_vars still break pattern, so they are not
|
||||
# Explanation - WFJT extra_vars still break pattern, so they are not
|
||||
# put through prompts processing, but inventory is only accepted
|
||||
# if JT prompts for it, so it goes through this mechanism
|
||||
if self.workflow_job and self.workflow_job.inventory_id:
|
||||
|
||||
Reference in New Issue
Block a user