forked from bitlair/ansible
Add unstable sources.list
This commit is contained in:
parent
67087c4f48
commit
f407329ecc
10 changed files with 51 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue