From f0339564e2169cf281a4be9bcdf3a84e454dcebd Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 22 Jan 2026 17:42:47 +0100 Subject: Update the font role configuration to support arabic on arch --- roles/font/handlers/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/font/handlers/main.yml (limited to 'roles/font/handlers') 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 -- cgit v1.2.3