change mirror repo URL
This commit is contained in:
parent
54ad626ba6
commit
0c57834991
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user