Skip to content

Commit

Permalink
Merge pull request #301 from sean-m-sullivan/execution_name
Browse files Browse the repository at this point in the history
Execution name update
  • Loading branch information
djdanielsson authored Mar 31, 2022
2 parents 0826615 + 92f2161 commit 10a8b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/job_templates/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
new_name: "{{ __controller_template_item.new_name | default(omit, true) }}"
copy_from: "{{ __controller_template_item.copy_from | default(omit, true) }}"
description: "{{ __controller_template_item.description | default(omit, true) }}"
execution_environment: "{{ __controller_template_item.execution_environment | default(omit, true) }}"
execution_environment: "{{ __controller_template_item.execution_environment.name | default( __controller_template_item.execution_environment | default(omit, true)) }}"
job_type: "{{ __controller_template_item.job_type | default('run') }}"
inventory: "{{ __controller_template_item.inventory.name | default( __controller_template_item.inventory | default(omit, true)) }}"
organization: "{{ __controller_template_item.organization.name | default( __controller_template_item.organization | default(omit, true)) }}"
Expand Down

0 comments on commit 10a8b70

Please sign in to comment.