ansible/pis/debmatic-install.yml

29 lines
687 B
YAML
Raw Permalink Normal View History

---
- 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