diff --git a/tasks/pacman.yml b/tasks/pacman.yml index ad1a761..b44042c 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/os/$arch" + line: "Server= {{ system_arch_local_mirror }}/repo/archlinux_$arch/$repo/os/$arch" state: present insertbefore: BOF when: system_arch_local_mirror is defined