From 8dfac41011f5710f8c0217c1b89a3243fc355916 Mon Sep 17 00:00:00 2001 From: Frank Dornheim <524257+conloos@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:11:16 +0100 Subject: [PATCH] renamed backup_ssh_command and backup_ssh_key_file to borg_ssh_command and borg_ssh_key_file --- molecule/default/converge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index e0e90d3..b9aab19 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -39,8 +39,8 @@ hostname: database1.example.org port: 5433 borg_install_method: pip - backup_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup" - backup_ssh_command: "ssh -i {{ backup_ssh_key_file }} -o StrictHostKeyChecking=no" + borg_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup" + borg_ssh_command: "ssh -i {{ borg_ssh_key_file }} -o StrictHostKeyChecking=no" borgmatic_timer: "systemd" post_tasks: