Add first version of playbooks and configs
Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
parent
cf3839f82f
commit
de292d018f
22 changed files with 527 additions and 0 deletions
playbooks/roles/flatpaks/tasks
9
playbooks/roles/flatpaks/tasks/main.yml
Normal file
9
playbooks/roles/flatpaks/tasks/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Install flatpak apps
|
||||
community.general.flatpak:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop:
|
||||
- com.spotify.Client
|
||||
- com.discordapp.Discord
|
||||
- org.telegram.desktop
|
Loading…
Add table
Add a link
Reference in a new issue