summaryrefslogtreecommitdiffstats
path: root/roles/webmail/tasks/main.yml
blob: 8ee50bd890531960c6f5c2e32cee04e9c1704c4f (plain)
1
2
3
4
5
6
7
8
9
- include: mail.yml
  when: "'out' not in group_names"
  tags:
    - postfix
    - mail
- include: roundcube.yml
  tags:
    - roundcube
    - webmail