From 224c79a35f0accc5900479c65a5033391a1a14b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 8 Jul 2019 20:09:44 +0200 Subject: [PATCH] Fedora CI: Update the test image before running tests See https://pagure.io/fedora-ci/general/issue/20 --- tests/tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 4be757a..8374952 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -1,4 +1,12 @@ --- +- hosts: localhost + tags: + - classic + tasks: + - dnf: + name: "*" + state: latest + - hosts: localhost roles: - role: standard-test-basic