選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- ---
-
- - name: opendmarc debian packages
- apt:
- pkg: opendmarc
-
- - name: ensure postfix user is in opendmarc group
- user:
- name: postfix
- groups: opendmarc
- append: true
- notify: restart postfix
|