From f4625b71f073f83ea41171586c737d5f91c0125b Mon Sep 17 00:00:00 2001 From: pan Date: Thu, 12 Feb 2026 21:14:52 +0100 Subject: [PATCH] Feehler in zeile 90 Korriegiert --- thinkpad_p50.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/thinkpad_p50.yml b/thinkpad_p50.yml index bc37e5f..67f34e8 100644 --- a/thinkpad_p50.yml +++ b/thinkpad_p50.yml @@ -65,10 +65,12 @@ become: true become_user: "{{ user_name }}" community.general.flatpak_remote: - name: Flathub - state: present + enabled: true + executable: flatpak flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo method: user + name: flathub + state: present - name: Installation von Flatpaks become: true @@ -85,7 +87,8 @@ tags: DE block: - name: Wechsel des Default Targets - ansible.builtin.command: cmd systemctl set-default graphical.target + ansible.builtin.command: + cmd: systemctl set-default graphical.target - name: Wechsel in die GUI ansible.builtin.command: