diff options
Diffstat (limited to 'roles/font/handlers')
| -rw-r--r-- | roles/font/handlers/main.yml | 6 |
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 |
