1.0.0 Release IaaS
This commit is contained in:
8
ansible/roles/console/handlers/main.yaml
Normal file
8
ansible/roles/console/handlers/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user