correct use of default with variable

This commit is contained in:
rene
2022-03-18 18:53:30 +01:00
parent 18f0ce341c
commit 50dd2691d5
3 changed files with 6 additions and 6 deletions

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: