Files
infrastructure/ansible/roles/traefik/handlers/main.yml
2023-02-15 15:15:33 -05:00

5 lines
130 B
YAML

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