diff --git a/playbook.yml b/playbook.yml index a51f215..685ae65 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,6 +3,11 @@ hosts: localhost connection: local tasks: + - name: Install Noto Fonts Emoji (for emojis support) + become: true + pacman: + name: noto-fonts-emoji + state: present - name: Install Unzip (uncompression utility) become: true pacman: