fedora.yml aktualisiert

This commit is contained in:
pan
2025-09-15 01:37:52 +02:00
parent 232b1352d5
commit 6517c08515

View File

@@ -31,7 +31,7 @@
- name: Aktiviere von Corps - name: Aktiviere von Corps
ansible.builtin.dnf: ansible.builtin.dnf:
use_backend: dnf5 use_backend: dnf5
state: enabled state: present
name: "{{ item }}" name: "{{ item }}"
loop: "{{ Corps }}" loop: "{{ Corps }}"