From b68e3dfb6940c5f03b32e981cb67da69070d02ea Mon Sep 17 00:00:00 2001 From: PAN Date: Tue, 5 Aug 2025 13:25:14 +0200 Subject: [PATCH] Task zum Sofortwechsel in die GUI --- fedora.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fedora.yml b/fedora.yml index 712fafe..f872f5e 100644 --- a/fedora.yml +++ b/fedora.yml @@ -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: