Ignore git checkout errors

This commit is contained in:
Wojciech Kozlowski 2023-07-22 23:50:58 +02:00
parent 9acf33085d
commit 2d94cd14ee

View File

@ -11,6 +11,7 @@
repo: "https://git.wojciechkozlowski.eu/config/tmux.git" repo: "https://git.wojciechkozlowski.eu/config/tmux.git"
dest: "{{ system_base_user_become_user_home_directory }}/.tmux" dest: "{{ system_base_user_become_user_home_directory }}/.tmux"
recursive: true recursive: true
ignore_errors: true
# On first tmux launch install plugins with <Ctrl + a + I> # On first tmux launch install plugins with <Ctrl + a + I>
- name: "configure tmux" - name: "configure tmux"