From 1639fefb13daa008f1b052e66fae694d36eb88b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 28 Nov 2019 02:42:51 +0100 Subject: [PATCH] Fedora CI: Update the test machine before testing This is required to fetch latest updates and test with recent packages. --- tests/tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index eb39252..d2f02c6 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