diff --git a/roles/common/handlers/main.yaml b/roles/common/handlers/main.yaml deleted file mode 100644 index fdb71e8..0000000 --- a/roles/common/handlers/main.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- name: Update font cache - ansible.builtin.command: fc-cache -fv - changed_when: false