infrastructure/ansible/roles/pages/handlers/main.yml
Jake Howard 604202fdce
Add traefik pages
Add it ready for the migration in future
2021-01-16 23:29:55 +00:00

5 lines
92 B
YAML

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