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

9 行
217B

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