From a4b0d1cca7949c58d31ba0209d98039e73f8349e Mon Sep 17 00:00:00 2001 From: PAN Date: Wed, 17 Sep 2025 03:32:24 +0200 Subject: [PATCH] =?UTF-8?q?m=C3=B6gliche=20fehler=20durch=20spezifischen?= =?UTF-8?q?=20dnf=20version=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/fedora.yml b/fedora.yml index 450c642..c2ff05f 100644 --- a/fedora.yml +++ b/fedora.yml @@ -38,14 +38,12 @@ - name: Install RPM Fuison ansible.builtin.dnf: - use_backend: dnf5 name: "{{ item }}" disable_gpg_check: true loop: "{{ RPMs }}" - name: Installation von DNF Paketen. ansible.builtin.dnf: - use_backend: dnf5 update_cache: true name: "{{ item }}" loop: "{{ dnf_Pakete }}"