From: Tomas Krizek Date: Wed, 23 Jan 2019 10:01:40 +0000 (+0100) Subject: distro/tests: install dig before knot-resolver X-Git-Tag: v4.0.0~48^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db459b3c7e16761b0034ef1cc3bc883e23e8d50f;p=thirdparty%2Fknot-resolver.git distro/tests: install dig before knot-resolver Keep knot-resolver installation along with other kresd-related actions as close as possible to detect possible rpm transaction issues. --- diff --git a/distro/tests/knot-resolver-test.yaml b/distro/tests/knot-resolver-test.yaml index 33d07aa6d..4fb244846 100644 --- a/distro/tests/knot-resolver-test.yaml +++ b/distro/tests/knot-resolver-test.yaml @@ -102,6 +102,11 @@ warn: false when: ansible_distribution_file_variety == 'Archlinux' + - name: install dig + package: + name: "{{ dig_package[ansible_distribution] }}" + state: present + - name: install knot-resolver package: name: knot-resolver @@ -113,11 +118,6 @@ warn: false register: package_version - - name: install dig - package: - name: "{{ dig_package[ansible_distribution] }}" - state: present - - name: testing block block: - name: start kresd@1.service