summaryrefslogtreecommitdiffstats
path: root/roles/font/handlers/main.yml
blob: 2f76926d95677882372c831651f4f141e42d93af (plain) (blame)
1
2
3
4
5
6
---
- name: "Update font-cache"
  become: true
  ansible.builtin.command:
    cmd: "fc-cache -f -v"
  changed_when: false