änderung rückgängig gemacht

This commit is contained in:
PAN
2025-09-15 01:43:01 +02:00
parent 889fe12f39
commit f7f0e92777

View File

@@ -27,12 +27,11 @@
- name: Installation von Grundpaketen. - name: Installation von Grundpaketen.
tags: IQP tags: IQP
become: true
block: block:
- name: Aktiviere von Corps - name: Aktiviere von Corps
ansible.builtin.dnf: community.general.copr:
use_backend: dnf5 host: copr.fedorainfracloud.org
state: present state: enabled
name: "{{ item }}" name: "{{ item }}"
loop: "{{ Corps }}" loop: "{{ Corps }}"