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: