fix arch mirror path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2022-11-13 15:56:28 +01:00
parent 9a44beb399
commit e592b3833b

View File

@ -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