From 33a1ec02f3187c6e7faddf1a56d11985417b07fb Mon Sep 17 00:00:00 2001 From: Solal Nathan Date: Sun, 14 Mar 2021 19:07:02 +0100 Subject: [PATCH] [borgbackup_client] update config directory to be homogeneous --- roles/borgbackup_client/templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/borgbackup_client/templates/config.yaml.j2 b/roles/borgbackup_client/templates/config.yaml.j2 index 497c2d4..0be06ac 100644 --- a/roles/borgbackup_client/templates/config.yaml.j2 +++ b/roles/borgbackup_client/templates/config.yaml.j2 @@ -11,7 +11,7 @@ location: storage: encryption_passphrase: "{{ borg_encryption_passphrase }}" - ssh_command: ssh -i /etc/borgbackup/id_remote + ssh_command: ssh -i /etc/borgmatic/id_remote # compression: 'lz4' # umask: 0077 # lock_wait: 5