From 60d0b8c1635d6dd9bcfd965ae30b37ab055be183 Mon Sep 17 00:00:00 2001 From: pan Date: Wed, 29 Oct 2025 14:22:42 +0100 Subject: [PATCH] =?UTF-8?q?Rechtschreibung=20und=20Graatik=20=C3=BCber?= =?UTF-8?q?=C3=BCberarbeitet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/fedora.yml b/fedora.yml index 2b4fb92..1c25efd 100644 --- a/fedora.yml +++ b/fedora.yml @@ -13,7 +13,7 @@ tags: connect ansible.builtin.ping: - - name: Erstellung Meines Benutzers. + - name: Erstellung meines Benutzers. tags: Benutzer_erstellen ansible.builtin.user: append: true @@ -28,7 +28,7 @@ tags: IQP become: true block: - - name: Aktiviere von Corps + - name: Aktiviere von Corps. become: true community.general.copr: host: copr.fedorainfracloud.org @@ -42,7 +42,7 @@ state: present loop: "{{ rpm_keys }}" - - name: Transfer .repo file für Codium + - name: Transfer .repo file für Codium. ansible.builtin.copy: src: ./files/vscodium.repo dest: /etc/yum.repos.d/ @@ -56,13 +56,13 @@ state: present loop: "{{ RPMs }}" - - name: Installation von DNF Paketen. + - name: Installation von Paketen mittels DNF. ansible.builtin.dnf: update_cache: true name: "{{ item }}" loop: "{{ dnf_Pakete }}" - - name: Hinzufügen von der Quelle flathub. + - name: Hinzufügen der Quelle Flathub. become_user: "{{ user_name }}" become: true community.general.flatpak_remote: @@ -71,7 +71,7 @@ flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo method: user - - name: Installation von Paketen über Flathub mittels Flatpak. + - name: Installation von Paketen mittels Flatpak. become_user: "{{ user_name }}" become: true community.general.flatpak: @@ -82,22 +82,22 @@ state: present loop: "{{ flatpaks }}" - - name: Einrichtung des Desktop Environment + - name: Einrichtung des Desktop-Environment. tags: DE block: - - name: Wechsel des default Target + - name: Wechsel des default Target. ansible.builtin.command: cmd: systemctl set-default graphical.target changed_when: true - - name: Wechsel auf SDDM + - name: SDDM starten ansible.builtin.systemd_service: enabled: true force: true name: sddm.service state: started - - name: Transfer der Konfigurationsdatei für die fesnterleiste + - name: Transfer der Konfigurationsdatei für die Fensterleiste. ansible.builtin.copy: src: ./files/plasma-org.kde.plasma.desktop-appletsrc dest: /home/{{ user_name }}/.config/ @@ -109,7 +109,7 @@ ansible.builtin.command: cmd: systemctl isolate graphical.target - - name: Terminal Anpassungen. + - name: Terminalanpassungen. tags: TA block: - name: Erstellung des Temp Ordners. @@ -120,7 +120,7 @@ group: "{{ user_name }}" mode: u=rwx,go=rw - - name: Download des Oh-My-Posh Installationsscript + - name: Download des Oh-My-Posh-Installationsscripts. ansible.builtin.get_url: url: https://ohmyposh.dev/install.sh dest: /tmp/install/ @@ -134,7 +134,7 @@ args: creates: /var/log/taskrunner.done - - name: Ordner für Font installer erstellen + - name: Downloadordner für Font erstellen. ansible.builtin.file: state: directory path: /tmp/install/font/ @@ -142,7 +142,7 @@ owner: "{{ user_name }}" group: "{{ user_name }}" - - name: Download der font + - name: Download der Font ansible.builtin.get_url: url: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FiraCode.zip dest: /tmp/install/font/FiraCode.zip @@ -173,10 +173,10 @@ creates: /var/log/taskrunner.done tags: omp - - name: Konfigurationsdateien anlegen + - name: Konfigurationsdateien anlegen. tags: konfs block: - - name: Erstellung des Konfigurationsorder für Alacritty. + - name: Erstellung der Ordners für Konfigurationsdateinen. ansible.builtin.file: path: /home/{{ user_name }}/{{ item }} state: directory @@ -196,7 +196,7 @@ group: "{{ user_name }}" mode: u=rw - - name: Übertragung des Oh-My-Posh Theme + - name: Übertragung des Oh-My-Posh Theme. ansible.builtin.copy: dest: /home/{{ user_name }}/.config/oh-my-posh/ src: "{{ omp_themes }}" @@ -204,7 +204,7 @@ group: "{{ user_name }}" mode: u=rw,g=r,o=r - - name: Transfer des Fastfetch Theme + - name: Übertragung des Fastfetch Theme. ansible.builtin.copy: dest: /home/{{ user_name }}/.config/fastfetch/ src: "{{ fast_theme }}" @@ -212,7 +212,7 @@ group: "{{ user_name }}" mode: u+rw,g=r,o=r - - name: Transfer der Bashrc Datei. + - name: Übertragung der Bashrc Datei. ansible.builtin.copy: dest: "{{ user_home_path }}" src: "{{ bashrc_conf }}" @@ -223,7 +223,7 @@ - name: Aufräumarbeiten tags: Aufr block: - - name: Aufräumen des tmp pfads + - name: Aufräumen des tmp pfads. ansible.builtin.file: state: absent path: /tmp/install/