summaryrefslogtreecommitdiff
path: root/ansible/roles/mail-client/tasks/main.yml
blob: 63df37ee4006be8048e0ae8d7d1aa55774e9e621 (plain)
1
2
3
4
5
6
7
8
9
- name: "install email stuff"
  apt:
    name:
    - mutt
    - notmuch
    - notmuch-mutt
    - offlineimap
    - procmail
    - clab