From fda8113bc74938f4819a9d06de5f217fb7ae5f79 Mon Sep 17 00:00:00 2001 From: PAN Date: Sun, 21 Sep 2025 00:27:33 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A4nderung=20der=20postion=20des=20Tasks=20I?= =?UTF-8?q?nstall=20RPM=20Fusion.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fedora.yml b/fedora.yml index b8503aa..b8cab07 100644 --- a/fedora.yml +++ b/fedora.yml @@ -42,12 +42,6 @@ state: present loop: "{{ rpm_keys }}" - - name: Install RPM Fuison - ansible.builtin.dnf: - name: "{{ item }}" - state: present - loop: "{{ RPMs }}" - - name: Import Repo datei für Codium. ansible.builtin.copy: dest: /etc/yum.d/ @@ -56,6 +50,12 @@ group: root mode: "644" + - name: Install RPM Fuison + ansible.builtin.dnf: + name: "{{ item }}" + state: present + loop: "{{ RPMs }}" + - name: Installation von DNF Paketen. ansible.builtin.dnf: update_cache: true