This commit is contained in:
rene
2022-03-18 18:30:39 +01:00
parent a99736ffd1
commit 18f0ce341c

View File

@@ -1,6 +1,6 @@
---
- debug:
msg: "Hostname: {{ mastodon_host | default('{{ ansible_fqdn }}') }}"
msg: "Hostname: {{ mastodon_host | default({{ ansible_fqdn }}) }}"
- name: mastodon | Copy nginx config
template: