您最多选择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