From 6cd2f8437afb1e6ecf6e824c90960cfb5dbdeb19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 13 Jun 2024 10:46:46 +0200 Subject: [PATCH] ci: Update all pacakges on the system first --- ci/validate.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/validate.yaml b/ci/validate.yaml index 84d21e3..f263bb6 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -1,5 +1,11 @@ - hosts: all tasks: + - name: Upgrade all packages + ansible.builtin.dnf: + name: "*" + state: latest + become: true + - name: Install dependencies package: name: