From: Tomas Krizek Date: Tue, 27 Nov 2018 10:52:48 +0000 (+0100) Subject: distro/tests: use faster mirrorlist for Arch X-Git-Tag: v3.2.0~1^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce601f0f28b6e2defbac93ea124501cded256aa6;p=thirdparty%2Fknot-resolver.git distro/tests: use faster mirrorlist for Arch --- diff --git a/distro/tests/knot-resolver-test.yaml b/distro/tests/knot-resolver-test.yaml index 9588304c9..a3cb70e36 100644 --- a/distro/tests/knot-resolver-test.yaml +++ b/distro/tests/knot-resolver-test.yaml @@ -88,6 +88,17 @@ path: /etc/pacman.conf state: present with_items: "{{ repos }}" + - name: set up package mirrors + copy: + content: | + ## Arch Linux repository mirrorlist + ## Generated on 2018-12-10 + ## Czechia + Server = http://mirrors.nic.cz/archlinux/$repo/os/$arch + Server = http://ftp.fi.muni.cz/pub/linux/arch/$repo/os/$arch + Server = http://ftp.sh.cvut.cz/arch/$repo/os/$arch + Server = http://gluttony.sin.cvut.cz/arch/$repo/os/$arch + dest: /etc/pacman.d/mirrorlist - name: sync repos (Arch) shell: pacman -Syu --noconfirm when: ansible_distribution_file_variety == 'Archlinux'