From e15d494e96e9f9e6cdf21676ce3644c7894b3b53 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Fri, 26 Jun 2026 22:35:40 +0000 Subject: test: add larger test suite for role - Add test systems for client/server setup - Add tests for systemd service and timer files - Add tests for SSH connectivity - Add tests for security configurations - Add tests for multi-instance backup scenarios --- tasks/client_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') diff --git a/tasks/client_setup.yml b/tasks/client_setup.yml index b3316c2..1eae105 100644 --- a/tasks/client_setup.yml +++ b/tasks/client_setup.yml @@ -34,7 +34,7 @@ {{ "--append-only" if borg_mode_append_only }} --restrict-to-repository {{ borg_repo_name }}" {{ ssh_key.public_key }} root@{{ inventory_hostname }} - search_string: "{{ ssh_key.public_key }}" + search_string: --restrict-to-repository {{ borg_repo_name }}" {{ ssh_key.public_key }} state: present become: true delegate_to: "{{ borg_server_host }}" -- cgit v1.2.3