From e592b3833b7863ddd88d3c995c136c73393fbcb4 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 13 Nov 2022 15:56:28 +0100 Subject: [PATCH] fix arch mirror path --- tasks/pacman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pacman.yml b/tasks/pacman.yml index a83587c..777e87b 100644 --- a/tasks/pacman.yml +++ b/tasks/pacman.yml @@ -17,7 +17,7 @@ become: true lineinfile: path: /etc/pacman.d/mirrorlist - line: "Server= {{ system_arch_local_mirror }}/repo/archlinux_$arch/$repo/os/$arch" + line: "Server= {{ system_arch_local_mirror }}/$repo/os/$arch" state: present insertbefore: BOF when: system_arch_local_mirror