From cce7d2d258292c283d64ce8da14a6d1e366b564d Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sat, 27 Jun 2026 21:25:37 +0200 Subject: Add support for non-root backup clients --- tasks/client_create_scripts_each.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tasks/client_create_scripts_each.yml') diff --git a/tasks/client_create_scripts_each.yml b/tasks/client_create_scripts_each.yml index b91c385..6c0615f 100644 --- a/tasks/client_create_scripts_each.yml +++ b/tasks/client_create_scripts_each.yml @@ -3,8 +3,8 @@ ansible.builtin.file: dest: "{{ script_location }}" state: touch - owner: root - group: root + owner: "{{ borg_client_user }}" + group: "{{ borg_client_user }}" modification_time: preserve access_time: preserve mode: "0711" -- cgit v1.2.3