Skip to content

Commit

Permalink
Add tool_conf.xml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Sep 30, 2024
1 parent 8dc7b87 commit b02a2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/galaxy/config/tool_conf.xml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ lookup('ansible.builtin.file', galaxy_server_dir ~ 'config/tool_conf.xml.sample') }}
2 changes: 2 additions & 0 deletions vars/galaxy_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ galaxy_backup_configfiles: false
galaxy_config_templates:
- src: templates/galaxy/config/job_conf.xml.j2
dest: "{{ galaxy_config_dir }}/job_conf.xml"
- src: templates/galaxy/config/tool_conf.xml.j2
dest: "{{ galaxy_config_dir }}/tool_conf.xml"
- src: templates/galaxy/config/pulsar_app.yml.j2
dest: "{{ galaxy_config_dir }}/pulsar_app.yml"
postgresql_objects_users:
Expand Down

0 comments on commit b02a2a4

Please sign in to comment.