Use the .yaml file extension for all YAML files
This commit is contained in:
parent
9d0697f0d0
commit
1bcb77961b
60 changed files with 1 additions and 1 deletions
9
playbooks/roles/zigbee2mqtt/handlers/main.yaml
Normal file
9
playbooks/roles/zigbee2mqtt/handlers/main.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Restart zigbee2mqtt
|
||||
ansible.builtin.systemd:
|
||||
name: zigbee2mqtt
|
||||
state: restarted
|
||||
- name: Reload systemd-daemon and restart zigbee2mqtt
|
||||
ansible.builtin.systemd:
|
||||
name: zigbee2mqtt
|
||||
state: restarted
|
||||
daemon_reload: true
|
Loading…
Add table
Add a link
Reference in a new issue