Files
configpolicy/roles/zigbee2mqtt/handlers/main.yml
Dustin C. Hatch 2f3d0f74a1 roles/Zigbee2MQTT: Deploy using Podman
Zigbee2MQTT is very similar to ZwaveJS2Mqtt: it is a daemon process that
communicates with the Zigbee radio and integrates with Home Assistant
using MQTT.  Naturally, I decided to deploy it in the same way as
ZwaveJS2Mqtt, using a systemd unit to run it in a container with Podman.
2021-07-19 15:58:58 -05:00

7 lines
140 B
YAML

- name: reload systemd
command: systemctl daemon-reload
- name: restart zigbee2mqtt
service:
name: zigbee2mqtt
state: restarted