summaryrefslogtreecommitdiff
path: root/ansible/mutt-workstation/tasks/main.yml
blob: 9077f6a0112df03f955d063eb8d6996d1ec95a17 (plain)
1
2
3
4
5
6
7
8
9
- name: install packages for email handlind in terminal
  apt:
    name: "{{ item }}"
  with_items:
    - mutt
    - notmuch
    - notmuch-mutt
    - offlineimap
    - pass