Skip to content

Commit

Permalink
Changed group of static files so galaxy user can read them
Browse files Browse the repository at this point in the history
  • Loading branch information
Slugger70 committed Jun 7, 2022
1 parent 7eb496e commit 939532e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/static_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
dest: "{{ item.dest }}"
backup: "{{ galaxy_backup_configfiles }}"
mode: "{{ galaxy_config_perms }}"
group: "{{ __galaxy_user_group }}"
with_items: "{{ galaxy_config_files }}"
notify:
- restart galaxy
Expand All @@ -24,6 +25,7 @@
dest: "{{ item.dest }}"
backup: "{{ galaxy_backup_configfiles }}"
mode: "{{ galaxy_config_perms }}"
group: "{{ __galaxy_user_group }}"
with_items: "{{ galaxy_config_templates }}"
notify:
- restart galaxy
Expand All @@ -41,6 +43,7 @@
src: local_tool_conf.xml.j2
dest: "{{ galaxy_config_dir }}/local_tool_conf.xml"
mode: "{{ galaxy_config_perms }}"
group: "{{ __galaxy_user_group }}"
when: galaxy_local_tools is defined

- name: Append local_tool_conf.xml to tool_config_file Galaxy config option
Expand Down Expand Up @@ -126,6 +129,7 @@
dest: "{{ galaxy_config_file }}"
backup: "{{ galaxy_backup_configfiles }}"
mode: "{{ galaxy_config_perms }}"
group: "{{ __galaxy_user_group }}"
notify:
- galaxyctl update
- restart galaxy
Expand Down

0 comments on commit 939532e

Please sign in to comment.