Fix File Routing Error

This commit is contained in:
2024-03-05 16:42:58 -08:00
parent 71c46ad953
commit 695acaa48a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
- name: Update traefik config
ansible.builtin.copy:
mode: preserve
src: ./host_config/traefik.yml
src: ../host_config/traefik.yml
dest: /etc/traefik/traefik.yaml # Alpine default config is yaml
- name: Restart traefik service