Skip to content

Commit

Permalink
Merge pull request ansible#77 from rh-dluong/fix-workflow
Browse files Browse the repository at this point in the history
fix var in workflow template
  • Loading branch information
rooftopcellist authored Sep 20, 2022
2 parents 5595d3a + cd12816 commit 6ad453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/job/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

- name: Set Job or WFJT name
set_fact:
_job_name: "{{ job_template_name | default(workflow_job_template_name)}}"
_job_name: "{{ job_template_name | default(workflow_template_name)}}"

- name: Update AnsibleJob status with K8s job info
k8s_status:
Expand Down

0 comments on commit 6ad453d

Please sign in to comment.