aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/client_setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/client_setup.yml')
-rw-r--r--tasks/client_setup.yml2
1 files changed, 1 insertions, 1 deletions
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 }}"