aboutsummaryrefslogtreecommitdiff
path: root/tasks/server.yml
diff options
context:
space:
mode:
authorJulien Dessaux2021-02-11 19:10:38 +0100
committerJulien Dessaux2021-02-11 19:10:38 +0100
commit6e49d2b6c76bdc11c42fb292f7bdafc95e492d51 (patch)
tree36d95d04f7ae47e75a4334f0b06c931d43b7d2d6 /tasks/server.yml
parentFixed borg backups on openbsd (diff)
downloadborg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.tar.gz
borg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.tar.bz2
borg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.zip
Revitalized the borg role
Diffstat (limited to 'tasks/server.yml')
-rw-r--r--tasks/server.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/server.yml b/tasks/server.yml
index bd40dab..c166dcf 100644
--- a/tasks/server.yml
+++ b/tasks/server.yml
@@ -7,6 +7,7 @@
- name: Create borg user on server
user:
name: borg
+ group: borg
shell: /bin/sh
home: /srv/borg
createhome: yes