further update of workflow docs for inventory feature

This commit is contained in:
AlanCoding
2018-11-19 15:06:50 -05:00
committed by Jake McDermott
parent b74597f4dd
commit 9cd8aa1667
3 changed files with 22 additions and 6 deletions

View File

@@ -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: