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