Skip to content

Commit

Permalink
feat(setup): install flatseal to manage flatpak application sandboxes
Browse files Browse the repository at this point in the history
Resolves #413
  • Loading branch information
smoyer64 committed Nov 25, 2024
1 parent f22f0fb commit 288751e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/setup/tasks/main-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
- "packaging"
- "setup"

- name: "Install flatseal to manage flatpak sandbox permissions"
community.general.flatpak:
name: "com.github.tchx84.Flatseal"
tags:
- "flatpak"
- "packaging"
- "setup"

# appimagelauncher - install daemon and desktop integration

- name: "install appimagelauncher"
Expand Down

0 comments on commit 288751e

Please sign in to comment.