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

12 行
182B

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