ansible-role-plausible/handlers/main.yml
Laur Ivan 347f54fd79 Fix files and templates.
Check if the GeoIP db exists and configure accordingly.
Move preparation tasks to prepare.yml.
Fix destroy.yml.
2022-09-22 09:43:03 +02:00

9 lines
178 B
YAML

---
# handlers file for plausible
- name: Restart plausible
community.docker.docker_compose:
project_src: ~/plausible/
build: false
restarted: true
become: false