diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-22 17:42:47 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-22 17:42:47 +0100 |
| commit | f0339564e2169cf281a4be9bcdf3a84e454dcebd (patch) | |
| tree | 69df81ab617fc10749a45361a8af2a1ce0a830d8 /roles/font/tasks | |
| parent | 1395bd1f3a1c1051fb74b97ec50715c6d9787fdd (diff) | |
Update the font role configuration to support arabic on arch
Diffstat (limited to 'roles/font/tasks')
| -rw-r--r-- | roles/font/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/font/tasks/main.yml b/roles/font/tasks/main.yml index b06e8c85..6a6e19b1 100644 --- a/roles/font/tasks/main.yml +++ b/roles/font/tasks/main.yml @@ -34,6 +34,8 @@ loop: - src: "local.conf.j2" dest: "/etc/fonts/local.conf" + notify: + - "Update font-cache" - name: "Configure fonts presets" become: true |
