correct use of default with variable
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user