summaryrefslogtreecommitdiff
path: root/ansible/roles/gnome-system
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-06-14 20:01:55 +0300
committerLars Wirzenius <liw@liw.fi>2016-06-14 20:01:55 +0300
commit8dd5941c002878a14deaa83a0a8c1c1be8ceca3f (patch)
treeec59e57721ed6459203a2e38e0cf726c36e2891d /ansible/roles/gnome-system
parente254eca8141515e55fcb743771d53e4469d6109b (diff)
downloadansibleness-8dd5941c002878a14deaa83a0a8c1c1be8ceca3f.tar.gz
Install libcanberra-gtk-module in gnome-system
Diffstat (limited to 'ansible/roles/gnome-system')
-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