From: Tomas Krizek Date: Mon, 11 Oct 2021 08:57:47 +0000 (+0200) Subject: distro/tests: fix leap15 test X-Git-Tag: v5.4.2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80c5f32fa4743f6f0a2c6063a440b5ee9bd1dfea;p=thirdparty%2Fknot-resolver.git distro/tests: fix leap15 test knot-utils package is needed for kdig. However, if downstream package is used, that tool is part of knot pkg instead - thus the missing package would be non-critical. It is still needed if upstream packages are used. --- diff --git a/distro/tests/ansible-roles/knot_resolver/tasks/main.yaml b/distro/tests/ansible-roles/knot_resolver/tasks/main.yaml index 921df1b1b..a8ce8dd76 100644 --- a/distro/tests/ansible-roles/knot_resolver/tasks/main.yaml +++ b/distro/tests/ansible-roles/knot_resolver/tasks/main.yaml @@ -13,6 +13,8 @@ package: name: "{{ packages }}" state: latest + # knot-utils may be missing on opensuse (depending on upstream vs downstream pkg) + failed_when: false - name: Always print package version at the end block: