From 7cfdefa3c986215499b459ba45bb8507b51cb844 Mon Sep 17 00:00:00 2001 From: Bartal Laearsson Date: Tue, 11 Aug 2026 21:31:34 +0100 Subject: [PATCH] change repos variables --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 589ca68..7d57f9e 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -27,7 +27,7 @@ - remote - set-url - origin - - "{{ dotfiles_ssh_repo }}" + - "{{ dotfiles_repo }}" become: false changed_when: false