fix emoji fonts

This commit is contained in:
Tyler Starr 2023-07-04 00:00:12 -07:00
parent c32776d4c8
commit 64077ffc51

View File

@ -12,3 +12,10 @@
- name: Update font cache
shell: |
fc-cache -fv
- name: Install Noto Emoji Fonts
apt:
name:
- fonts-noto-color-emoji
state: present
become: true