mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
14 lines
241 B
YAML
14 lines
241 B
YAML
---
|
|
- name: Install GNUradio
|
|
pacman:
|
|
name: gnuradio
|
|
state: present
|
|
|
|
- name: Install hamlib
|
|
pacman:
|
|
name: hamlib
|
|
state: present
|
|
|
|
- include_tasks: rtl-sdr.yml
|
|
#- include_tasks: radio_mgmt.yml
|
|
- include_tasks: radio_ops.yml
|