Skip to content

Commit

Permalink
refactor: update the config path
Browse files Browse the repository at this point in the history
  • Loading branch information
kencho51 committed Oct 24, 2024
1 parent 5784aa8 commit b208b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/infrastructure/bastion_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@

- name: Copy rclone config for dropbox sync
ansible.builtin.copy:
src: "../../../../gigadb/app/tools/sync-dropbox/config-sources/rclone.conf.dist"
src: "../../../../gigadb/app/tools/sync-dropbox/config/rclone.conf"
dest: /etc/sync_dropbox/rclone.conf
owner: centos
group: centos
Expand Down

0 comments on commit b208b5d

Please sign in to comment.