wechsel auf dnf builtin task

This commit is contained in:
PAN
2025-09-15 01:36:29 +02:00
parent bfc9da8f8d
commit 232b1352d5

View File

@@ -29,8 +29,8 @@
tags: IQP tags: IQP
block: block:
- name: Aktiviere von Corps - name: Aktiviere von Corps
community.general.copr: ansible.builtin.dnf:
host: copr.fedorainfracloud.org use_backend: dnf5
state: enabled state: enabled
name: "{{ item }}" name: "{{ item }}"
loop: "{{ Corps }}" loop: "{{ Corps }}"