From f5948a878cf5658ffe629f54f0a808b624e59a5a Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 27 2019 15:40:09 +0000 Subject: Update the test image before running tests See https://pagure.io/fedora-ci/general/issue/20 --- diff --git a/tests.yml b/tests.yml index 16d8dbf..bf0931d 100644 --- a/tests.yml +++ b/tests.yml @@ -1,5 +1,13 @@ --- - hosts: localhost + tags: + - classic + tasks: + - dnf: + name: "*" + state: latest + +- hosts: localhost roles: - role: standard-test-basic tags: