summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/roles/gnome-system/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/roles/gnome-system/tasks/main.yml b/ansible/roles/gnome-system/tasks/main.yml
index a2161ba..c4bec51 100644
--- a/ansible/roles/gnome-system/tasks/main.yml
+++ b/ansible/roles/gnome-system/tasks/main.yml
@@ -34,3 +34,8 @@
state: present
with_items:
- fonts-freefont-ttf
+
+# This seems to be wanted by something in the GNOME app stack.
+# Installing it will stop a lot of apps from whinging at startup.
+- name: install libcanberra-gtk-module
+ apt: name=libcanberra-gtk-module