[mutt] Add urlview to mail configuration

This commit is contained in:
Eryn Wells 2018-04-22 07:47:31 -07:00
parent 3e99afc753
commit dffade6d28
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
- hosts: localhost
vars:
dotfiles: ~/.dotfiles
packages: [mutt, offlineimap, w3m]
packages: [mutt, offlineimap, urlview, w3m]
tasks:
- name: "Install packages: {{ packages|join(', ') }}"
homebrew: name={{ packages }} state=present