From 68ef8e16a98058ee31c813127855aa852dc33241 Mon Sep 17 00:00:00 2001 From: kencho Date: Wed, 23 Oct 2024 23:54:48 +0900 Subject: [PATCH] refactor: update the config path --- ops/infrastructure/bastion_playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/infrastructure/bastion_playbook.yml b/ops/infrastructure/bastion_playbook.yml index 712c56c82d..57c9fd5350 100644 --- a/ops/infrastructure/bastion_playbook.yml +++ b/ops/infrastructure/bastion_playbook.yml @@ -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