From 9e2522482546c6b14b4fe726ab938f4a95d768e3 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Nov 15 2018 13:22:40 +0000 Subject: adjust to latest libtaskotron packaging changes Also remove an ansible deprecation warning. --- diff --git a/tests.yml b/tests.yml index bfe824b..96b9142 100644 --- a/tests.yml +++ b/tests.yml @@ -15,14 +15,12 @@ tasks: - name: Install required packages dnf: - name: "{{ item }}" + name: + - rpmlint + - rpm-build # TODO: remove once https://bugzilla.redhat.com/show_bug.cgi?id=1577860 is fixed + - koji + - python3-libtaskotron state: latest - with_items: - - rpmlint - - rpm-build # TODO: remove once https://bugzilla.redhat.com/show_bug.cgi?id=1577860 is fixed - - koji - - libtaskotron-core - - libtaskotron-fedora register: dnf_output # retry for network failures retries: 3