Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Dec 1, 2023
1 parent da15443 commit aceb4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ galaxy_themes_conf_path: files/galaxy/config/themes_conf.yml
galaxy_themes_static_path: "{{ galaxy_root }}/server"
galaxy_themes_static_dir: "{{ galaxy_root }}/server/static"
galaxy_themes_symlinks: true
galaxy_themes_no_symlinks_log: false # Hides extended logs for the symlink task in static/dist
galaxy_themes_symlinks_no_log: false # Hides extended logs for the symlink task in static/dist
galaxy_themes_welcome_url_prefix: https://usegalaxy-eu.github.io/index-
galaxy_themes_default_welcome: https://galaxyproject.org
galaxy_themes_ansible_file_path: files/galaxy/static
Expand Down
2 changes: 1 addition & 1 deletion tasks/static_subdomain_dirs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
dest: "{{ galaxy_themes_static_path }}/static-{{ subdomain.name }}/dist/{{ item.path | basename }}"
state: link
when: galaxy_themes_symlinks
no_log: "{{ galaxy_themes_no_symlinks_log }}"
no_log: "{{ galaxy_themes_symlinks_no_log }}"
with_items: "{{ dist_files.files }}"

- name: "Symlink directory {{ item }} from static-{{ subdomain.name }}/{{ item }} to static/{{ item }}"
Expand Down

0 comments on commit aceb4eb

Please sign in to comment.