feat(raspberry_pi): add defaults, handlers, and secrets placeholder
This commit is contained in:
7
roles/raspberry_pi/handlers/main.yaml
Normal file
7
roles/raspberry_pi/handlers/main.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Restart zigbee2mqtt
|
||||
ansible.builtin.command:
|
||||
cmd: docker compose restart zigbee2mqtt
|
||||
chdir: "{{ raspberry_pi_compose_dir }}"
|
||||
listen: restart zigbee2mqtt
|
||||
when: inventory_hostname == 'naruto'
|
||||
Reference in New Issue
Block a user