From c9535a19388c074a9a7ebff539db19a52740d610 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Nov 15 2018 13:58:04 +0000 Subject: adjust to latest libtaskotron packaging changes Also remove an ansible deprecation warning. --- diff --git a/tests.yml b/tests.yml index f38f353..97f6b3e 100644 --- a/tests.yml +++ b/tests.yml @@ -14,12 +14,10 @@ tasks: - name: Install required packages dnf: - name: "{{ item }}" + name: + - rpmgrill + - python3-libtaskotron state: latest - with_items: - - rpmgrill - - libtaskotron-core - - libtaskotron-fedora register: dnf_output # retry for network failures retries: 3