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