From 531f7593d2af3857f9d3bf19bd287003e6682a99 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Thu, 11 Mar 2021 23:37:55 +0100 Subject: [PATCH] [borgbackup_client] fix identation --- roles/borgbackup_client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/borgbackup_client/tasks/main.yml b/roles/borgbackup_client/tasks/main.yml index 799e36d..b396017 100644 --- a/roles/borgbackup_client/tasks/main.yml +++ b/roles/borgbackup_client/tasks/main.yml @@ -55,7 +55,7 @@ no-user-rc, no-X11-forwarding vars: - borg_host_dir: "{{ borg_server_base_dir }}/{{ ansible_fqdn }}" + borg_host_dir: "{{ borg_server_base_dir }}/{{ ansible_fqdn }}" - name: Add borgmatic configuration file become: true