Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update typos in `n8n` main.yml file
  • Loading branch information
sparkeh authored Aug 27, 2021
1 parent f300d01 commit c8e9b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/n8n/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
traefik.http.routers.n8n.rule: "Host(`{{ n8n_hostname }}.{{ ansible_nas_domain }}`)"
traefik.http.routers.n8n.tls.certresolver: "letsencrypt"
traefik.http.routers.n8n.tls.domains[0].main: "{{ ansible_nas_domain }}"
traefik.http.routers.n8n.domains[0].sans: "*.{{ ansible_nas_domain }}"
traefik.http.services.gitea.loadbalancer.server.port: "5678"
traefik.http.routers.n8n.tls.domains[0].sans: "*.{{ ansible_nas_domain }}"
traefik.http.services.n8n.loadbalancer.server.port: "5678"

0 comments on commit c8e9b05

Please sign in to comment.