From a083af4476865fa72c679a96cd7a04862fca5014 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Wed, 14 May 2025 16:23:23 -0700 Subject: [PATCH] install lsp-plugins for more easyeffects effects --- roles/sound/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/sound/tasks/main.yml b/roles/sound/tasks/main.yml index ac81bf7..626c639 100644 --- a/roles/sound/tasks/main.yml +++ b/roles/sound/tasks/main.yml @@ -27,6 +27,11 @@ name: easyeffects state: present +- name: Install Linux Studio Plugins + pacman: + name: lsp-plugins + state: present + - name: Install calf studio gear pacman: name: calf