Added handler to restart Traefik on config changes

This commit is contained in:
2019-11-04 19:15:41 -05:00
parent a43b038b68
commit 07a794e969
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- name: Restart Traefik container
docker_container:
name: "{{ traefik_name }}"
image: traefik:{{ traefik_version }}
restart: true