]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/tests: fix leap15 test
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 11 Oct 2021 08:57:47 +0000 (10:57 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 11 Oct 2021 11:54:41 +0000 (13:54 +0200)
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.

distro/tests/ansible-roles/knot_resolver/tasks/main.yaml

index 921df1b1b06db6413efb1ba647d50a5d860eb6f1..a8ce8dd76f0a2f74e4203260cf7aca94b5025828 100644 (file)
@@ -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: