summaryrefslogtreecommitdiffstats
path: root/roles/font/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-22 21:48:13 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-22 21:48:13 +0100
commit6e8e19aa82f7db3fbea5d60709969e19dc9b162a (patch)
treedfc7625692bdeda9a111053f423f52cb95e540f4 /roles/font/tasks
parente845ccff69a4ffb8c3344578917fed00ad639ef4 (diff)
Fix font implicit gnome dependency
This separate the setup of fonts from the setting of fonts The role setup the fonts to be used The other dependant roles configure which font from there to be used This is more complicated but cleaner separation between each role responsibilities
Diffstat (limited to 'roles/font/tasks')
-rw-r--r--roles/font/tasks/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/font/tasks/main.yml b/roles/font/tasks/main.yml
index 75e15a41..6a6e19b1 100644
--- a/roles/font/tasks/main.yml
+++ b/roles/font/tasks/main.yml
@@ -44,8 +44,3 @@
dest: "{{ item.dest }}"
state: "link"
loop: "{{ font_presets }}"
-
-- name: "Configure gnome font"
- ansible.builtin.command:
- cmd: 'gsettings set org.gnome.desktop.interface font-name "Noto Sans"'
- changed_when: false