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 }}"