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

13 行
207B

  1. ---
  2. - name: opendmarc debian packages
  3. apt:
  4. pkg: opendmarc
  5. - name: ensure postfix user is in opendmarc group
  6. user:
  7. name: postfix
  8. groups: opendmarc
  9. append: true
  10. notify: restart postfix