選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
211B

  1. {{ansible_managed|comment}}
  2. {% if postfix_virtual_alias_maps is defined %}
  3. {% for from in postfix_virtual_alias_maps %}
  4. {% set to = postfix_virtual_alias_maps[from] %}
  5. {{from}} {{to}}
  6. {% endfor %}
  7. {% endif %}