From 5f07ef32e453538ab43972317c617764a2b3171f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:30:54 +0200 Subject: [PATCH] added noto fonts emoji installation --- playbook.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: