Raspberry Pi setup as bluetooth speaker
This commit is contained in:
28
pis/debmatic-install.yml
Normal file
28
pis/debmatic-install.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
|
||||
- hosts: kitchenpi
|
||||
tasks:
|
||||
- name: Add Key for Debmatic Repository
|
||||
apt_key:
|
||||
url: https://www.debmatic.de/debmatic/public.key
|
||||
state: present
|
||||
- name: Add Debmatic Repository
|
||||
repo: deb https://www.debmatic.de/debmatic stable main
|
||||
state: present
|
||||
filename: debmatic
|
||||
- name: Install Pre-requesites
|
||||
apt:
|
||||
update_cache: yes
|
||||
name:
|
||||
- build-essential
|
||||
- bison
|
||||
- flex
|
||||
- libssl-dev
|
||||
- raspberrypi-kernel-headers
|
||||
- pivccu-modules-dkms
|
||||
- name: Reboot
|
||||
reboot:
|
||||
- name: Install Debmatic package
|
||||
apt:
|
||||
update_cache: no
|
||||
name: debmatic
|
||||
Reference in New Issue
Block a user