From 1d99257ead0ed6e34af2b790b91029ef78812bb8 Mon Sep 17 00:00:00 2001 From: lhahn Date: Wed, 27 Nov 2024 22:37:12 +0100 Subject: [PATCH] Typos. --- tasks/server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/server.yml b/tasks/server.yml index a73f42b..9ac0f60 100644 --- a/tasks/server.yml +++ b/tasks/server.yml @@ -80,7 +80,7 @@ - name: setup borg local repository shell: - cmd: "BORG_PASSPHRASE=$(cat {{ backup_home }}/.borg.key) borg init --encryption repokey {{ backup_location }}/{{ backup_app }}" + cmd: "BORG_PASSPHRASE=$(cat {{ backup_home }}/.borg.key) borg init --encryption repokey {{ backup_location }}/{{ backup_app }}" creates: "{{ backup_location }}/{{ backup_app }}/config" become_user: "{{ backup_owner }}" become: yes