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