Skip to content

Commit

Permalink
make it a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Nov 28, 2023
1 parent 822d094 commit 97df59c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ galaxy_app_config_default:
{% endif %} }
themes_config_file_by_host: >
{ {% if galaxy_manage_themes %}
'{{ galaxy_themes_instance_domain }}': '{{ galaxy_themes_conf_path | basename }}',
'{{ galaxy_themes_instance_domain }}': '{{ galaxy_themes_conf_file_name }}',
{% for subdomain in galaxy_themes_subdomains %}
'{{ subdomain.name }}.{{ galaxy_themes_instance_domain}}': '{{ subdomain.name }}.yml',
{% endfor %}
Expand Down Expand Up @@ -501,6 +501,7 @@ galaxy_themes_subdomains: {}
# - "multiple_alignments"
# extra_tool_labels:
# - "proteomics"
galaxy_themes_conf_file_name: "{{ galaxy_themes_conf_path | basename }}"
galaxy_themes_static_keys:
static_dir: ""
static_images_dir: "images/"
Expand Down

0 comments on commit 97df59c

Please sign in to comment.