summaryrefslogtreecommitdiffstats
path: root/roles/font/handlers
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-22 17:42:47 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-22 17:42:47 +0100
commitf0339564e2169cf281a4be9bcdf3a84e454dcebd (patch)
tree69df81ab617fc10749a45361a8af2a1ce0a830d8 /roles/font/handlers
parent1395bd1f3a1c1051fb74b97ec50715c6d9787fdd (diff)
Update the font role configuration to support arabic on arch
Diffstat (limited to 'roles/font/handlers')
-rw-r--r--roles/font/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/font/handlers/main.yml b/roles/font/handlers/main.yml
new file mode 100644
index 00000000..2f76926d
--- /dev/null
+++ b/roles/font/handlers/main.yml
@@ -0,0 +1,6 @@
+---
+- name: "Update font-cache"
+ become: true
+ ansible.builtin.command:
+ cmd: "fc-cache -f -v"
+ changed_when: false