1
0
Fork 0

Initial commit - Uptime kuma

This commit is contained in:
Vojtěch Mareš 2021-11-18 22:28:40 +01:00
commit 50a0859318
9 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
- include: install.yml
when: service_state != "absent"
- include: uninstall.yml
when: service_state == "absent"