From ada56ca65b7c506b56244811950faf041cfc5915 Mon Sep 17 00:00:00 2001 From: githubixx <2039811+githubixx@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:57:05 +0100 Subject: [PATCH] Fedora: update package manager cache by default --- tasks/setup-fedora.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/setup-fedora.yml b/tasks/setup-fedora.yml index 38da4c1..c793007 100644 --- a/tasks/setup-fedora.yml +++ b/tasks/setup-fedora.yml @@ -1,5 +1,6 @@ --- # Copyright (C) 2020 Ties de Kock +# Copyright (C) 2023 Robert Wimmer # SPDX-License-Identifier: GPL-3.0-or-later - name: (Fedora) Install WireGuard packages @@ -7,3 +8,4 @@ name: - "wireguard-tools" state: present + update_cache: "{{ wireguard_update_cache }}"