Install VSCodium by default

This commit is contained in:
Anthony Rose 2023-06-13 21:47:50 +01:00
parent 712bb7bebc
commit 2daec8b984

View file

@ -26,6 +26,13 @@
method: user method: user
when: flatpak.stat.exists == true when: flatpak.stat.exists == true
- name: Install VSCodium flatpak
community.general.flatpak:
name: com.vscodium.codium
state: present
method: user
when: flatpak.stat.exists == true
- name: Install VLC flatpak - name: Install VLC flatpak
community.general.flatpak: community.general.flatpak:
name: org.videolan.VLC name: org.videolan.VLC