File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ galaxy_app_config_default:
346
346
{% endif %} }
347
347
themes_config_file_by_host : >
348
348
{ {% if galaxy_manage_themes and galaxy_themes_subdomains %}
349
+ '{{ galaxy_themes_instance_domain }}': '{{ galaxy_config.galaxy.themes_config_file | default((galaxy_config_dir, "themes_conf.yml") | path_join) }}',
349
350
{% for subdomain in galaxy_themes_subdomains %}
350
351
{% if subdomain.theme is defined %}
351
352
'{{ subdomain.name }}.{{ galaxy_themes_instance_domain}}': 'themes_conf-{{ subdomain.name }}.yml',
Original file line number Diff line number Diff line change 19
19
- name : Write base themes config
20
20
ansible.builtin.copy :
21
21
content : " {{ galaxy_themes | to_yaml }}"
22
- dest : " {{ galaxy_config_merged.themes_config_file | default((galaxy_config_dir, 'themes_conf.yml') | path_join) }}"
22
+ dest : " {{ galaxy_config_merged.galaxy. themes_config_file | default((galaxy_config_dir, 'themes_conf.yml') | path_join) }}"
23
23
mode : " 0644"
24
24
25
25
- name : Write subdomain themes configs
You can’t perform that action at this time.
0 commit comments