diff options
Diffstat (limited to 'playbooks/roles/traefik')
| -rw-r--r-- | playbooks/roles/traefik/templates/stacks/traefik.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/roles/traefik/templates/stacks/traefik.yml b/playbooks/roles/traefik/templates/stacks/traefik.yml index 8caa379..00da98d 100644 --- a/playbooks/roles/traefik/templates/stacks/traefik.yml +++ b/playbooks/roles/traefik/templates/stacks/traefik.yml @@ -41,7 +41,7 @@ providers: certificatesResolvers: letsencrypt: acme: - email: {{ certs_email }} + email: "{{ certs_email }}" storage: /certs/acme.json caServer: https://acme-v02.api.letsencrypt.org/directory # caServer: https://acme-staging-v02.api.letsencrypt.org/directory # staging |
