Anpassung des Installations Tasks

This commit is contained in:
PAN
2025-08-24 01:38:08 +02:00
parent b34eb0591a
commit 45e08a1d36

View File

@@ -26,6 +26,13 @@
- name: Installation von Grundpaketen.
tags: IQP
block:
- name: Aktiviere von Corps
community.general.copr:
host: copr.fedorainfracloud.org
state: enabled
name: "{{ item }}"
loop: "{{ Corps }}"
- name: Installation von DNF Paketen.
ansible.builtin.dnf:
use_backend: dnf5
@@ -75,24 +82,6 @@
- name: Terminal Anpassungen.
tags: TA
block:
- name: Aktiviere Zellij Corp
community.general.copr:
host: copr.fedorainfracloud.org
state: enabled
name: varlad/zellij
- name: Aktualisierung des dnf caches.
ansible.builtin.dnf:
use_backend: dnf5
update_cache: true
- name: Installieren von Zellij
ansible.builtin.dnf:
use_backend: dnf5
update_cache: true
name: zellij
state: present
- name: Erstellung des Temp Ordners.
ansible.builtin.file:
state: directory