Skip to content

Commit

Permalink
Also trigger restarts on changes to galaxy_config_files and galaxy_co…
Browse files Browse the repository at this point in the history
…nfig_templates
  • Loading branch information
natefoo committed Jan 28, 2019
1 parent f2ac9e9 commit 971f7dd
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 @@ -18,13 +18,17 @@
dest: "{{ item.dest }}"
backup: "{{ galaxy_backup_configfiles }}"
with_items: "{{ galaxy_config_files }}"
notify:
- "{{ galaxy_restart_handler_name | default('default restart galaxy handler') }}"

- name: Install additional Galaxy config files (template)
template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
backup: "{{ galaxy_backup_configfiles }}"
with_items: "{{ galaxy_config_templates }}"
notify:
- "{{ galaxy_restart_handler_name | default('default restart galaxy handler') }}"

- name: Install local tools
copy:
Expand Down

0 comments on commit 971f7dd

Please sign in to comment.