From 5ada26be1362d2cce71f88aa9eba42bd7d037064 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Thu, 5 Jun 2025 16:32:26 +0200 Subject: [PATCH] music/ampswitch: Install from apt --- roles/music/tasks/ampswitch.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/roles/music/tasks/ampswitch.yaml b/roles/music/tasks/ampswitch.yaml index b145b63..5ee9649 100644 --- a/roles/music/tasks/ampswitch.yaml +++ b/roles/music/tasks/ampswitch.yaml @@ -1,10 +1,7 @@ --- -- name: Install ampswitch depencies +- name: Install ampswitch apt: - name: - - libboost-dev - - libboost-dev - - nlohmann-json3-dev + name: ampswitch - name: Install ampswitch service file template: