Starte Lstu-Service beim Booten

This commit is contained in:
phil 2022-12-14 15:37:26 +01:00
parent 08695038f9
commit 400b61b934

View file

@ -17,5 +17,6 @@
- name: restart lstu
ansible.builtin.systemd:
name: lstu
enabled: true
state: restarted
daemon_reload: true