Add missing unzip dependency

This commit is contained in:
tfranken@ee 2023-06-23 23:43:29 +02:00
parent a87a80e4f9
commit 8fc8ded821

View file

@ -6,6 +6,7 @@
name:
- ttf-font-awesome
- ttf-firacode-nerd
- unzip
- name: Install packages (Debian)
when: ansible_facts['distribution'] == 'Debian'
@ -13,6 +14,7 @@
ansible.builtin.apt:
name:
- fonts-font-awesome
- unzip
- name: Install Nerd Fonts patch of FiraCode (Debian)
when: ansible_facts['distribution'] == 'Debian'