- name: Install Hacklab Desktop packages apt: name: "{{ item }}" state: present with_items: - firefox - inkscape - arduino - librecad - vlc - ffmpeg - gimp - name: Install Hacklab CLI packages apt: name: "{{ item }}" state: present with_items: - exfat-utils