From 2047450a3f3cc920059ae95760423ce74f0f69f8 Mon Sep 17 00:00:00 2001 From: pan Date: Wed, 10 Sep 2025 23:35:03 +0200 Subject: [PATCH] =?UTF-8?q?Abschnitt=20f=C3=BCr=20die=20Installation=20von?= =?UTF-8?q?=20RPM=20Fusion=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fedora.yml b/fedora.yml index 062557e..b73097f 100644 --- a/fedora.yml +++ b/fedora.yml @@ -33,6 +33,12 @@ name: "{{ item }}" loop: "{{ Corps }}" + - name: Install RPM Fuison + ansible.builtin.dnf: + use_backend: dnf5 + name: "{{ item }}" + loop: "{{ RPMs }}" + - name: Installation von DNF Paketen. ansible.builtin.dnf: use_backend: dnf5