feat(role): add flatpak applications

This commit is contained in:
Oliver Davies 2022-08-01 23:19:10 -04:00
parent 719d4f52d2
commit 4e2256ee03
18 changed files with 140 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.github.hluk.copyq
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.discordapp.Discord
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- org.flameshot.Flameshot
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- io.github.shiftey.Desktop
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.google.Chrome
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- org.kde.kdenlive
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.obsproject.Studio
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.github.jeromerobert.pdfarranger
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- tech.feliciano.pocket-casts
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.getpostman.Postman
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.skype.Client
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.slack.Slack
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.spotify.Client
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.github.IsmaelMartinez.teams_for_linux
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- com.todoist.Todoist
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- org.videolan.VLC
method: user
state: present

View file

@ -0,0 +1,7 @@
---
- name: Install
community.general.flatpak:
name:
- us.zoom.Zoom
method: user
state: present