Configure KDE, move package installation to extra role.

This commit is contained in:
Andreas B. Mundt 2023-01-22 11:49:57 +01:00
parent 0828e77e7b
commit 0cc41715d8
8 changed files with 87 additions and 35 deletions

View file

@ -0,0 +1,10 @@
- name: run update-grub
command: update-grub
listen: update grub
- name: enable tmp.mount
systemd:
daemon_reload: yes
name: tmp.mount
enabled: yes
listen: enable tmp.mount