Skip to content

Commit

Permalink
feat(multimedia): install OBS Studio and plugins via flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyer64 committed Nov 2, 2024
1 parent 7a41a65 commit 7b8c466
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions roles/multimedia/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

- name: "install OBS Studio and plugins via flatpak"
flatpak:
name: "{{ item }}"
with_items:
- "com.obsproject.Studio"
- "com.obsproject.Studio.Plugin.BackgroundRemoval"
tags:
- "obs-studio"
- "multimedia"

0 comments on commit 7b8c466

Please sign in to comment.