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

8 行
169B

  1. {{ansible_managed|comment}}
  2. {% if postfix_virtual_alias_domains is defined %}
  3. {% for domain in postfix_virtual_alias_domains %}
  4. {{domain}} OK
  5. {% endfor %}
  6. {% endif %}