ansible-roles/library/roles/postfix-relay/templates/mailname.j2

7 lines
87 B
Plaintext
Raw Normal View History

{% if hostname is defined %}
{{ hostname }}
{% else %}
{{ ansible_fqdn }}
{% endif %}