--- - name: apt update && apt upgrade apt: upgrade: full update_cache: yes - name: Install generally important apt packages apt: pkg: - htop - flatpak - name: Add flathub source command: "flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo" - name: Install VSCodium from flathub command: "flatpak install flathub com.vscodium.codium"