Install VSCodium by default
This commit is contained in:
parent
712bb7bebc
commit
2daec8b984
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@
|
|||
method: user
|
||||
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
|
||||
community.general.flatpak:
|
||||
name: org.videolan.VLC
|
||||
|
|
Loading…
Reference in a new issue