您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
179B

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