desktop-config/roles/desktop-environment/tasks/flatpak.yml

23 lines
494 B
YAML
Raw Normal View History

2024-02-25 20:30:31 +01:00
- name: Install flatpak
become: yes
apt:
state: latest
install_recommends: false
name:
- flatpak
- name: Add flathub remote to flatpak
community.general.flatpak_remote:
name: flathub
state: present
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
method: user
- name: Install flatpaks
community.general.flatpak:
name: "{{ item }}"
state: present
method: user
loop:
2024-07-07 23:08:55 +02:00
- org.wezfurlong.wezterm
- com.tomjwatson.Emote