Skip to content

Commit d529fdc

Browse files
authored
Merge pull request #54 from CESNET/martindemko-patch-1
Update galaxyservers.yml
2 parents a009be5 + bfaea02 commit d529fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

group_vars/galaxyservers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ galaxy_config_files:
237237
dest: "{{ galaxy_config_dir }}/file_sources_conf.yml"
238238
- src: files/{{ inventory_hostname }}/user_preferences_extra_conf.yml
239239
dest: "{{ galaxy_config_dir }}/user_preferences_extra_conf.yml"
240-
- src: "{{ lookup('first_found', [{'path': 'templates/'+inventory_hostname+'/config/tool_conf.xml.j2'}, {'path': 'files/galaxy/config/tool_conf.xml'}]) }}"
240+
- src: "{{ lookup('first_found', ['templates/'+inventory_hostname+'/config/tool_conf.xml.j2', 'files/galaxy/config/tool_conf.xml']) }}"
241241
dest: "{{ galaxy_config.galaxy.tool_config_file[0] }}"
242242
- src: files/galaxy/config/oidc_config.xml
243243
dest: "{{ galaxy_config_dir }}/oidc_config.xml"
@@ -247,7 +247,7 @@ galaxy_config_templates:
247247
dest: "{{ galaxy_config.galaxy.job_resource_params_file }}"
248248
- src: templates/galaxy/config/reports.yml.j2
249249
dest: "{{ galaxy_config.gravity.reports.config_file }}"
250-
- src: "{{ lookup('first_found', [{'path': 'templates/'+inventory_hostname+'/config/oidc_backends_config.xml.j2'}, {'path': 'templates/galaxy/config/oidc_backends_config.xml.j2'}]) }}"
250+
- src: "{{ lookup('first_found', ['templates/'+inventory_hostname+'/config/oidc_backends_config.xml.j2', 'templates/galaxy/config/oidc_backends_config.xml.j2']) }}"
251251
dest: "{{ galaxy_config_dir }}/oidc_backends_config.xml"
252252
- src: "templates/{{ inventory_hostname }}/config/object_store_conf.xml.j2"
253253
dest: "{{ galaxy_config.galaxy.object_store_config_file }}"

0 commit comments

Comments
 (0)