ansible-desktop/roles/desktop/tasks/flatpaks.yml

35 lines
754 B
YAML
Raw Normal View History

2024-05-11 10:55:24 +00:00
- name: "[Arch] install flatpak"
become: yes
community.general.pacman:
name:
- flatpak
when: ansible_distribution == "Archlinux"
- name: "[Ubuntu] install package managers"
become: yes
apt:
update_cache: yes
pkg:
- flatpak
when: ansible_distribution == "Ubuntu"
2024-05-08 00:22:00 +00:00
- name: "[All] install the smile emoji picker"
community.general.flatpak:
state: present
name: it.mijorus.smile
- name: "[All] install bottles"
community.general.flatpak:
state: present
name: com.usebottles.bottles
- name: "[All] install Element"
community.general.flatpak:
state: present
name: im.riot.Riot
2024-08-07 23:09:26 +00:00
- name: "[All] install Parsec"
community.general.flatpak:
state: present
name: com.parsecgaming.parsec