您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

transport_maps.j2 165B

1234567
  1. {{ansible_managed|comment}}
  2. {% if postfix_transport_maps is defined %}
  3. {% for m in postfix_transport_maps %}
  4. {{m.domain}} {{m.transport}}
  5. {% endfor %}
  6. {% endif %}