From bfcd3c75e865477362c765e640a4f9e4ab2f40b7 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 21 Oct 2021 18:16:53 -0700 Subject: [PATCH] do not install chirp until they port to python3 --- roles/radio/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/radio/tasks/main.yml b/roles/radio/tasks/main.yml index 30282b9..35dc96a 100644 --- a/roles/radio/tasks/main.yml +++ b/roles/radio/tasks/main.yml @@ -10,5 +10,5 @@ state: present - include: rtl-sdr.yml -- include: radio_mgmt.yml +#- include: radio_mgmt.yml - include: radio_ops.yml