trixie/roles/lmn_kde/handlers/main.yml

15 lines
252 B
YAML
Raw Normal View History

2023-07-23 09:49:05 +02:00
- name: Run update-grub
command: update-grub
2023-07-23 09:49:05 +02:00
- name: Enable tmp.mount
systemd:
daemon_reload: yes
name: tmp.mount
enabled: yes
listen: enable tmp.mount
2023-08-06 13:51:16 +02:00
- name: enable pwroff.timer
systemd:
name: pwroff.timer
enabled: true