kodi.yml aktualisiert

This commit is contained in:
olli 2024-04-03 14:27:54 +02:00
parent 7a0ae843e2
commit 49ebf06261

View File

@ -131,6 +131,11 @@
args:
creates: /etc/systemd/system/display-manager.service
- name: 'remove smartmontools from startup'
command: systemctl disable smartmontools
args:
removes: /etc/systemd/system/smartd.service
- name: "Get current systemd default"
command: "systemctl get-default"
changed_when: false