We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52629e9 commit 0103103Copy full SHA for 0103103
entrypoint.sh
@@ -271,9 +271,9 @@ tee playbook.yml << EOF
271
- name: launch a workflow and wait for the workflow to finish
272
when: workflow_template_var | length > 0
273
block:
274
- - name: Launch a job template with extra_vars on remote controller instance when project is set
+ - name: Launch a workflow template with extra_vars on remote controller instance when project is set
275
awx.awx.workflow_launch:
276
- workflow_template: "{{ job_template_var }}"
+ workflow_template: "{{ workflow_template_var }}"
277
extra_vars: "{{ extra_vars | default(omit, true) }}"
278
validate_certs: "$CONTROLLER_VERIFY_SSL"
279
scm_branch: "{{ scm_branch | default(omit, true) }}"
0 commit comments