--- - name: Install sddm. pacman: name: - sddm - sddm-kcm state: present update_cache: true - name: Enable sddm. systemd: name: sddm enabled: true state: started