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
|
- name: systemctl disable lightdm
|
||||||
- runas: root
|
- runas: root
|
||||||
- require:
|
- require:
|
||||||
- pkg: {{ slsdotpath }}-kde-installed
|
- pkg: {{ slsdotpath }}-desktop-kde-installed
|
||||||
|
|
||||||
"{{ slsdotpath }}-desktop-kde-enable-sddm":
|
"{{ slsdotpath }}-desktop-kde-enable-sddm":
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: systemctl enable sddm
|
- name: systemctl enable sddm
|
||||||
- runas: root
|
- runas: root
|
||||||
- require:
|
- require:
|
||||||
- cmd: {{ slsdotpath }}-disable-lightdm
|
- cmd: {{ slsdotpath }}-desktop-kde-disable-lightdm
|
||||||
|
|
||||||
"{{ slsdotpath }}-desktop-kde-activity-notifier":
|
"{{ slsdotpath }}-desktop-kde-activity-notifier":
|
||||||
file.managed:
|
file.managed:
|
||||||
|
Loading…
Reference in New Issue
Block a user