From f7f0e92777e791724965502c51ff76f679bd65e0 Mon Sep 17 00:00:00 2001 From: PAN Date: Mon, 15 Sep 2025 01:43:01 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A4nderung=20r=C3=BCckg=C3=A4ngig=20gemacht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fedora.yml b/fedora.yml index 9c8f383..a8c8a00 100644 --- a/fedora.yml +++ b/fedora.yml @@ -27,12 +27,11 @@ - name: Installation von Grundpaketen. tags: IQP - become: true block: - name: Aktiviere von Corps - ansible.builtin.dnf: - use_backend: dnf5 - state: present + community.general.copr: + host: copr.fedorainfracloud.org + state: enabled name: "{{ item }}" loop: "{{ Corps }}"