Task zum Sofortwechsel in die GUI
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user