From 4617d12c485aa00cc3ab53caa2a67985d1536775 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 18 Mar 2022 19:04:40 +0100 Subject: [PATCH] overlooked a ' --- roles/mastodon/templates/mastodon.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon/templates/mastodon.conf.j2 b/roles/mastodon/templates/mastodon.conf.j2 index a9c0bfd..19912c9 100644 --- a/roles/mastodon/templates/mastodon.conf.j2 +++ b/roles/mastodon/templates/mastodon.conf.j2 @@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade { server { listen 80; listen [::]:80; - server_name {{ mastodon_host | default(ansible_fqdn') }}; + server_name {{ mastodon_host | default(ansible_fqdn) }}; # Useful for Let's Encrypt location /.well-known/acme-challenge/ { allow all; }