Feehler in zeile 90 Korriegiert

This commit is contained in:
pan
2026-02-12 21:14:52 +01:00
parent fb60884517
commit f4625b71f0

View File

@@ -65,10 +65,12 @@
become: true become: true
become_user: "{{ user_name }}" become_user: "{{ user_name }}"
community.general.flatpak_remote: community.general.flatpak_remote:
name: Flathub enabled: true
state: present executable: flatpak
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
method: user method: user
name: flathub
state: present
- name: Installation von Flatpaks - name: Installation von Flatpaks
become: true become: true
@@ -85,7 +87,8 @@
tags: DE tags: DE
block: block:
- name: Wechsel des Default Targets - 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 - name: Wechsel in die GUI
ansible.builtin.command: ansible.builtin.command: