Files
ilnmors-homelab/ansible/roles/console/handlers/main.yaml
2026-03-15 04:41:02 +09:00

9 lines
190 B
YAML

---
- name: Register font
ansible.builtin.shell: |
fc-cache -f -v
become: true
changed_when: false
listen: "notification_update_font"
ignore_errors: true # noqa: ignore-errors