infrastructure/ansible/roles/traefik/handlers/main.yml
Jake Howard 393a947cb7
All checks were successful
/ terraform (push) Successful in 36s
/ ansible (push) Successful in 1m22s
Remove f2b gateway bouncer
To be replaced by something more sensible
2024-07-14 22:27:58 +01:00

4 lines
96 B
YAML

- name: restart traefik
shell:
chdir: /opt/traefik
cmd: "{{ docker_update_command }}"