Skip to content

Commit

Permalink
Fix secret vars path for updating Galaxy on Pulsar servers
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Sep 11, 2015
1 parent 18417dd commit 6a73502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
hosts: pulsarservers
remote_user: "{{ galaxy_user }}"
vars_files:
- "{{ deploy_env }}/secret_vars/pulsarservers.yml"
- [ "{{ deploy_env }}/secret_host_vars/{{ inventory_hostname }}.yml", "{{ deploy_env }}/secret_host_vars/default.yml" ]
roles:
# set up galaxy clone
- role: galaxyprojectdotorg.galaxy
Expand Down

0 comments on commit 6a73502

Please sign in to comment.