Cleanup thelounge playbook
Some checks failed
Test / build (push) Failing after 57s

This commit is contained in:
Mark Janssen 2025-04-27 21:11:17 +02:00
parent 8e2cc7e77a
commit 050205e95c
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
5 changed files with 61 additions and 74 deletions

View file

@ -0,0 +1,10 @@
---
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: yes
- name: Restart thelounge
ansible.builtin.systemd:
name: thelounge
state: restarted
enabled: true