Skip to content

Commit 0103103

Browse files
committed
Update entrypoint.sh
1 parent 52629e9 commit 0103103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ tee playbook.yml << EOF
271271
- name: launch a workflow and wait for the workflow to finish
272272
when: workflow_template_var | length > 0
273273
block:
274-
- name: Launch a job template with extra_vars on remote controller instance when project is set
274+
- name: Launch a workflow template with extra_vars on remote controller instance when project is set
275275
awx.awx.workflow_launch:
276-
workflow_template: "{{ job_template_var }}"
276+
workflow_template: "{{ workflow_template_var }}"
277277
extra_vars: "{{ extra_vars | default(omit, true) }}"
278278
validate_certs: "$CONTROLLER_VERIFY_SSL"
279279
scm_branch: "{{ scm_branch | default(omit, true) }}"

0 commit comments

Comments
 (0)