mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-23 13:51:18 -05:00
fix: KDE with outdated require id
This commit is contained in:
parent
c7c85fbcb4
commit
1003d62995
@ -41,14 +41,14 @@ include:
|
||||
- name: systemctl disable lightdm
|
||||
- runas: root
|
||||
- require:
|
||||
- pkg: {{ slsdotpath }}-kde-installed
|
||||
- pkg: {{ slsdotpath }}-desktop-kde-installed
|
||||
|
||||
"{{ slsdotpath }}-desktop-kde-enable-sddm":
|
||||
cmd.run:
|
||||
- name: systemctl enable sddm
|
||||
- runas: root
|
||||
- require:
|
||||
- cmd: {{ slsdotpath }}-disable-lightdm
|
||||
- cmd: {{ slsdotpath }}-desktop-kde-disable-lightdm
|
||||
|
||||
"{{ slsdotpath }}-desktop-kde-activity-notifier":
|
||||
file.managed:
|
||||
|
Loading…
Reference in New Issue
Block a user