forked from bitlair/ansible
Cleanup thelounge playbook
This commit is contained in:
parent
8e2cc7e77a
commit
050205e95c
5 changed files with 61 additions and 74 deletions
10
roles/chat/handlers/main.yaml
Normal file
10
roles/chat/handlers/main.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue