From 6ba8c6d6295979844cd2cd9e0b1d2cf5441287c2 Mon Sep 17 00:00:00 2001 From: PAN Date: Sun, 12 Oct 2025 00:42:59 +0200 Subject: [PATCH] =?UTF-8?q?Hinzuf=C3=BCgen=20des=20tasks=20f=C3=BCr=20das?= =?UTF-8?q?=20=C3=9Cbertragen=20desOh-My-Posh=20Themes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/fedora.yml b/fedora.yml index 1980ee5..bbb1fce 100644 --- a/fedora.yml +++ b/fedora.yml @@ -50,7 +50,7 @@ owner: root group: root - - name: Install RPM Fuison + - name: Install RPM Fusion ansible.builtin.dnf: name: "{{ item }}" state: present @@ -177,8 +177,9 @@ mode: "{{ user_mode }}" loop: - .config/alacritty + - .config/oh-my-posh - - name: Übertragung der Konfiguratonsdatei für Alacritty. + - name: Übertragung der Konfigurationsdatei für Alacritty. ansible.builtin.copy: dest: /home/{{ user_name }}/.config/alacritty/ src: "{{ alacritty_conf }}" @@ -186,6 +187,14 @@ group: "{{ user_name }}" mode: u=rw + - name: Übertragung des Oh-My-Posh Theme + ansible.builtin.copy: + dest: /home/{{ user_name }}/.config/oh-my-posh/ + src: "{{ omp_themes }}" + owner: "{{ user_name }}" + group: "{{ user_name }}" + mode: u=rw,g=r,o=r + - name: Transfer der Bashrc Datei. ansible.builtin.copy: dest: "{{ user_home_path }}" @@ -197,7 +206,7 @@ - name: Aufräumarbeiten tags: Aufr block: - - name: Aufräumen des tmp pfad + - name: Aufräumen des tmp pfads ansible.builtin.file: state: absent path: /tmp/install/