mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-20 05:08:56 -04:00
fix: KDE with outdated require id
This commit is contained in:
parent
c7c85fbcb4
commit
1003d62995
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue