Enable flathub

Closes #9

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2020-10-11 20:32:53 +02:00
parent 4e28898c24
commit 9e19c044b7
No known key found for this signature in database
GPG key ID: 8535F3BCF69B3D69

View file

@ -1,4 +1,12 @@
---
- name: Enable flathub
become: yes
become_method: sudo
community.general.flatpak_remote:
name: flathub
state: present
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
- name: Install flatpak apps
community.general.flatpak:
name: "{{ item }}"
@ -6,4 +14,4 @@
loop:
- com.spotify.Client
- com.discordapp.Discord
- org.telegram.desktop
- org.telegram.desktop