some changes
This commit is contained in:
parent
96c51c415b
commit
109a147acc
2 changed files with 26 additions and 26 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue