added noto fonts emoji installation

This commit is contained in:
aminnairi
2023-04-25 12:30:54 +02:00
parent 97025a03d4
commit 5f07ef32e4
+5
View File
@@ -3,6 +3,11 @@
hosts: localhost hosts: localhost
connection: local connection: local
tasks: tasks:
- name: Install Noto Fonts Emoji (for emojis support)
become: true
pacman:
name: noto-fonts-emoji
state: present
- name: Install Unzip (uncompression utility) - name: Install Unzip (uncompression utility)
become: true become: true
pacman: pacman: