Files
infrastructure/ansible/roles/traefik/handlers/main.yml
2023-02-01 22:53:04 -05:00

5 lines
130 B
YAML

- name: Restart Traefik
community.docker.docker_compose:
project_src: "{{ install_directory }}/traefik"
restarted: true