some changes

This commit is contained in:
Philip (a-0) 2023-09-13 10:47:03 +02:00
parent 96c51c415b
commit 109a147acc
2 changed files with 26 additions and 26 deletions

View file

@ -1,7 +1,17 @@
---
- name: Install generally important packages
- name: apt update && apt upgrade
apt:
upgrade: full
update_cache: yes
- name: Install generally important apt packages
apt:
pkg:
- htop
update_cache: yes
- 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"