feat(role): add flatpak applications
This commit is contained in:
parent
719d4f52d2
commit
4e2256ee03
18 changed files with 140 additions and 0 deletions
7
roles/github-desktop/tasks/main.yaml
Normal file
7
roles/github-desktop/tasks/main.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Install
|
||||
community.general.flatpak:
|
||||
name:
|
||||
- io.github.shiftey.Desktop
|
||||
method: user
|
||||
state: present
|
Loading…
Add table
Add a link
Reference in a new issue