From a28aa00bbd7e930b4598eb350372f86162c600fc Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Wed, 16 Aug 2023 23:16:53 +0200 Subject: [PATCH] Update git remote url --- system/base/user/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base/user/tasks/main.yml b/system/base/user/tasks/main.yml index bbb2573..a275939 100644 --- a/system/base/user/tasks/main.yml +++ b/system/base/user/tasks/main.yml @@ -8,7 +8,7 @@ - name: "clone tmux dotfiles" ansible.builtin.git: - repo: "https://git.wojciechkozlowski.eu/config/tmux.git" + repo: "https://git.thenineworlds.net/config/tmux.git" dest: "{{ system_base_user_become_user_home_directory }}/.tmux" recursive: true ignore_errors: true