fix inventory prompt on launch for workflow nodes

This commit is contained in:
sean-m-sullivan
2023-02-16 21:26:41 -05:00
parent 7f50679e68
commit fe3aa6ce2b
2 changed files with 35 additions and 5 deletions

View File

@@ -493,6 +493,7 @@
workflow_job_template:
name: "copy_{{ wfjt_name }}"
organization: Default
ask_inventory_on_launch: true
survey_spec:
name: Basic Survey
description: Basic Survey
@@ -737,6 +738,10 @@
timeout: 23
execution_environment:
name: "{{ ee1 }}"
inventory:
name: Test inventory
organization:
name: Default
related:
credentials:
- name: "{{ scm_cred_name }}"