Inital commit
This commit is contained in:
commit
fd5c78edb4
11 changed files with 245 additions and 0 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: restart uptime-kuma
|
||||
systemd:
|
||||
name: "{{ uptimekuma_service }}"
|
||||
daemon_reload: true
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue