diff --git a/changelogs/fragments/filetree_create_job_templates.yml b/changelogs/fragments/filetree_create_job_templates.yml new file mode 100644 index 000000000..e49d75fd3 --- /dev/null +++ b/changelogs/fragments/filetree_create_job_templates.yml @@ -0,0 +1,4 @@ +--- +bugfixes: + - filetree_create - Fixed the misspelled variable name that caused exported job_templates yaml files containing incorrect name. +... diff --git a/roles/filetree_create/templates/current_job_templates.j2 b/roles/filetree_create/templates/current_job_templates.j2 index 3d54da336..a5e848b41 100644 --- a/roles/filetree_create/templates/current_job_templates.j2 +++ b/roles/filetree_create/templates/current_job_templates.j2 @@ -36,7 +36,7 @@ controller_templates: ask_execution_environment_on_launch: {{ current_job_templates_asset_value.ask_execution_environment_on_launch | bool }} {% endif %} {% if current_job_templates_asset_value.ask_labels_on_launch is defined %} - ask_labels_on_launc: {{ current_job_templates_asset_value.ask_labels_on_launch | bool }} + ask_labels_on_launch: {{ current_job_templates_asset_value.ask_labels_on_launch | bool }} {% endif %} {% if current_job_templates_asset_value.ask_forks_on_launch is defined %} ask_forks_on_launch: {{ current_job_templates_asset_value.ask_forks_on_launch | bool }}