change mirror repo URL

This commit is contained in:
vincent 2022-05-10 08:31:26 +02:00
parent 54ad626ba6
commit 0c57834991

View File

@ -17,7 +17,7 @@
become: true become: true
lineinfile: lineinfile:
path: /etc/pacman.d/mirrorlist 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 state: present
insertbefore: BOF insertbefore: BOF
when: system_arch_local_mirror is defined when: system_arch_local_mirror is defined