digitalboard.core/roles/traefik/handlers/main.yml
Bert-Jan Fikse 69bc95b992
chore: rename reverseproxy role to traffic
in case we get a nginx role oa in the future
2025-11-07 15:03:56 +01:00

8 lines
192 B
YAML

#SPDX-License-Identifier: MIT-0
---
# handlers file for traefik
- name: restart traefik
community.docker.docker_compose_v2:
project_src: "{{ docker_compose_dir }}"
state: restarted