From 7f2a465d27dd6c8c46b7c652e05d57dd0a8c098e Mon Sep 17 00:00:00 2001 From: Blallo Date: Sun, 11 Apr 2021 18:07:48 +0200 Subject: [PATCH] Fix git pull repo --- tasks/systemd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/systemd.yml b/tasks/systemd.yml index 4009400..4a1b24a 100644 --- a/tasks/systemd.yml +++ b/tasks/systemd.yml @@ -17,6 +17,7 @@ git: repo: https://git.sr.ht/~cadence/bibliogram dest: "{{ ansible_bibliogram_root_directory }}" + force: yes ignore_errors: yes - name: Fix the root directory permissions