summaryrefslogtreecommitdiff
path: root/ansible/roles/gnome-system
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-01 20:37:29 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-01 20:37:29 +0300
commitcd73c9685895ba1f943f7f9e46f159e00afcae4d (patch)
tree3e7d6fb1a1e33ecba9dc54a609446b04129ddd73 /ansible/roles/gnome-system
parent34b76af4e80f0ca84205cc43c9d96de9b60840c1 (diff)
downloadansibleness-cd73c9685895ba1f943f7f9e46f159e00afcae4d.tar.gz
Install calibre on e3 (gnome-system)
Diffstat (limited to 'ansible/roles/gnome-system')
-rw-r--r--ansible/roles/gnome-system/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/gnome-system/tasks/main.yml b/ansible/roles/gnome-system/tasks/main.yml
index c4bec51..04edc38 100644
--- a/ansible/roles/gnome-system/tasks/main.yml
+++ b/ansible/roles/gnome-system/tasks/main.yml
@@ -39,3 +39,6 @@
# Installing it will stop a lot of apps from whinging at startup.
- name: install libcanberra-gtk-module
apt: name=libcanberra-gtk-module
+
+- name: install calibre
+ apt: name=calibre \ No newline at end of file