Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Nov 26, 2024
1 parent 5333efa commit 239a991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions galaxy/ansible/galaxy_file_source_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

- name: "Copy B2Drop file source template"
ansible.builtin.copy:
src: "./ansible/files/production_b2drop.yml"
dest: "/galaxy/lib/galaxy/files/templates/examples/production_b2drop.yml"
src: "./files/production_b2drop.yml"
dest: "{{ galaxy_config_dir }}/production_b2drop.yml"
owner: "{{ galaxy_user_name }}"
group: "{{ galaxy_user_name }}"
mode: '0644'
Expand Down
2 changes: 1 addition & 1 deletion galaxy/ansible/templates/file_source_templates.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- include: "{{ galaxy_server_dir }}/lib/galaxy/files/templates/examples/production_dropbox.yml"
- include: "{{ galaxy_server_dir }}/lib/galaxy/files/templates/examples/production_google_drive.yml"
- include: "{{ galaxy_server_dir }}/lib/galaxy/files/templates/examples/production_webdav.yml"
- include: "{{ galaxy_server_dir }}/lib/galaxy/files/templates/examples/production_b2drop.yml"
- include: "{{ galaxy_config_dir }}/production_b2drop.yml"

0 comments on commit 239a991

Please sign in to comment.