mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-17 12:55:26 +00:00
23 lines
625 B
YAML
23 lines
625 B
YAML
|
---
|
||
|
- name: Add the flathub flatpak repository remote
|
||
|
community.general.flatpak_remote:
|
||
|
name: flathub
|
||
|
state: present
|
||
|
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||
|
|
||
|
- name: Install multiple packages
|
||
|
community.general.flatpak:
|
||
|
name:
|
||
|
- org.gimp.GIMP
|
||
|
- org.telegram.desktop
|
||
|
- net.christianbeier.Gromit-MPX
|
||
|
- md.obsidian.Obsidian
|
||
|
- com.bitwarden.desktop
|
||
|
- com.github.tchx84.Flatseal
|
||
|
- com.github.alexr4535.siglo
|
||
|
- com.nextcloud.desktopclient.nextcloud
|
||
|
- com.github.unrud.VideoDownloader
|
||
|
- fyi.zoey.Boop-GTK
|
||
|
- nl.hjdskes.gcolor3
|
||
|
state: present
|