Add unstable sources.list

This commit is contained in:
Mark Janssen 2024-07-31 22:23:28 +02:00
parent 67087c4f48
commit f407329ecc
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
10 changed files with 51 additions and 7 deletions

View file

@ -27,7 +27,7 @@
vars:
description: "SMD630 to MQTT Probe"
exec: "/var/lib/power-mqtt.py %i"
notify: Restart power-mqtt@
notify: Restart power-mqtt
- name: Enable power-mqtt
ansible.builtin.systemd:
@ -40,3 +40,4 @@
ip: 0.0.0.0
- net: unicorndept
ip: 0.0.0.0
ignore_errors: true # FIXME

View file

@ -8,8 +8,8 @@
- make
- name: Install mqtt-simple
ansible.builtin.command:
cmd: cpan Net::MQTT::Simple
community.general.cpanm:
name: Net::MQTT::Simple
- name: Add user
ansible.builtin.user: