From 2d94cd14ee9ea5b002012d2c2020fb70585114ed Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 22 Jul 2023 23:50:58 +0200 Subject: [PATCH] Ignore git checkout errors --- system/base/user/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/system/base/user/tasks/main.yml b/system/base/user/tasks/main.yml index b04db5c..bbb2573 100644 --- a/system/base/user/tasks/main.yml +++ b/system/base/user/tasks/main.yml @@ -11,6 +11,7 @@ repo: "https://git.wojciechkozlowski.eu/config/tmux.git" dest: "{{ system_base_user_become_user_home_directory }}/.tmux" recursive: true + ignore_errors: true # On first tmux launch install plugins with - name: "configure tmux"