---
- name: install additional packages
  apt:
    name:
      - ttf-mscorefonts-installer
      - sqlite3
      - sqlitebrowser
      - neovim
    state: latest
    autoremove: true
  environment:
    http_proxy: http://firewall.pn.steinbeis.schule:3128
    https_proxy: http://firewall.pn.steinbeis.schule:3128