summaryrefslogtreecommitdiff
path: root/ansible/roles/mail-client
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-26 18:11:43 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-26 18:11:43 +0300
commit873c7e66a24b73fdb173975431d7564bdfc683f4 (patch)
treef9932a8558588c8be1fb7385a8b3e934bd700a29 /ansible/roles/mail-client
parent381bbb98f957fddba384dccef87228961f0ae22b (diff)
downloadansibleness-873c7e66a24b73fdb173975431d7564bdfc683f4.tar.gz
Add python-icalendar to mail-client
Diffstat (limited to 'ansible/roles/mail-client')
-rw-r--r--ansible/roles/mail-client/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/roles/mail-client/tasks/main.yml b/ansible/roles/mail-client/tasks/main.yml
index 7ab021c..626f5f3 100644
--- a/ansible/roles/mail-client/tasks/main.yml
+++ b/ansible/roles/mail-client/tasks/main.yml
@@ -7,6 +7,10 @@
- apt: name=notmuch-mutt
- apt: name=urlview
+# I use a script to show calendar entries with mutt. That script needs
+# this package. If I had packaged it, I wouldn't need this line.
+- apt: name=python-icalendar
+
# My offlineimap config requires the gnomekeyring Python module.
- apt: name=python-gnomekeyring