„flatpak.yml“ hinzufügen
This commit is contained in:
parent
8f3b94a7f5
commit
d4dfc0590c
16
flatpak.yml
Normal file
16
flatpak.yml
Normal file
@ -0,0 +1,16 @@
|
||||
- name: flatpak
|
||||
hosts: all
|
||||
tasks:
|
||||
|
||||
- name: Install Flatpak
|
||||
apt:
|
||||
name:
|
||||
- flatpak
|
||||
notify:
|
||||
- add flatpak flatpub repo
|
||||
|
||||
|
||||
handlers:
|
||||
|
||||
- name: add flatpak flatpub repo
|
||||
command: flatpak --system remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
Loading…
Reference in New Issue
Block a user