Task zum Sofortwechsel in die GUI

This commit is contained in:
PAN
2025-08-05 13:25:14 +02:00
parent 6f2e022ce4
commit b68e3dfb69

View File

@@ -70,7 +70,8 @@
tags: DE
block:
- name: Wechsel des default Target
ansible.builtin.command: systemctl set-default graphical.target
ansible.builtin.command:
cmd: systemctl set-default graphical.target
changed_when: true
- name: Wechsel auf SDDM
@@ -80,6 +81,10 @@
name: sddm.service
state: started
- name: Wechsel in die GUI
ansible.builtin.command:
cmd: systemctl isolate graphical.target
- name: Terminal Anpassungen.
tags: TA
block: