diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-22 15:15:16 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-22 15:15:16 +0200 |
commit | 1cd2d31e0d5f81ce066121de78c0ed042fc3b6aa (patch) | |
tree | 326c6ae3fd62a0a6e05e632929cf56657db27931 /roles/workstation/tasks | |
parent | 3c8738021a5c2106af40717dc3aaa9b68699889f (diff) | |
download | rules-1cd2d31e0d5f81ce066121de78c0ed042fc3b6aa.tar.gz |
roles(workstation): bump packages
Diffstat (limited to 'roles/workstation/tasks')
-rw-r--r-- | roles/workstation/tasks/pipewire.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/workstation/tasks/pipewire.yml b/roles/workstation/tasks/pipewire.yml index 1192563..8cc3f5e 100644 --- a/roles/workstation/tasks/pipewire.yml +++ b/roles/workstation/tasks/pipewire.yml @@ -4,6 +4,7 @@ - pipewire - pipewire-alsa - pipewire-pulse + - mda.lv2 state: present - name: enable and start pipewire |