Skip to content

Commit

Permalink
Fix user filters
Browse files Browse the repository at this point in the history
The location of user_filters.py was changed in galaxyproject/galaxy@fbd2fb1.
  • Loading branch information
kysrpex committed Oct 10, 2023
1 parent 4b77c4d commit 835b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ galaxy_config_templates:
- src: "{{ galaxy_config_template_src_dir }}/config/container_resolvers_conf.xml.j2"
dest: "{{ galaxy_config_dir }}/container_resolvers_conf.xml"
- src: "{{ galaxy_config_template_src_dir }}/config/user_filters.py.j2"
dest: "{{ galaxy_server_dir }}/lib/galaxy/tools/toolbox/filters/user_filters.py"
dest: "{{ galaxy_server_dir }}/lib/galaxy/tool_util/toolbox/filters/user_filters.py"
- src: "{{ galaxy_config_template_src_dir }}/config/nagios_tool_conf.xml"
dest: "{{ galaxy_config_dir }}/nagios_tool_conf.xml"
- src: "{{ galaxy_config_template_src_dir }}/config/oidc_backends_config.xml"
Expand Down

0 comments on commit 835b9e0

Please sign in to comment.