summaryrefslogtreecommitdiff
path: root/ansible/roles/gnome-system
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-14 14:29:47 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-14 14:29:47 +0300
commitf1e43a38743aca7fcb7327789333c604ac96e0a5 (patch)
treec44b18f9e528b13d1b5eadf512ac8906628bb202 /ansible/roles/gnome-system
parentc21044c656cc9d2bf67ba7e99e1da370b4623884 (diff)
downloadansibleness-f1e43a38743aca7fcb7327789333c604ac96e0a5.tar.gz
Install fonts-symbola on GNOME systems
Diffstat (limited to 'ansible/roles/gnome-system')
-rw-r--r--ansible/roles/gnome-system/tasks/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ansible/roles/gnome-system/tasks/main.yml b/ansible/roles/gnome-system/tasks/main.yml
index 04edc38..764223b 100644
--- a/ansible/roles/gnome-system/tasks/main.yml
+++ b/ansible/roles/gnome-system/tasks/main.yml
@@ -41,4 +41,7 @@
apt: name=libcanberra-gtk-module
- name: install calibre
- apt: name=calibre \ No newline at end of file
+ apt: name=calibre
+
+- name: install fonts-symbola
+ apt: name=fonts-symbola