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