This commit is contained in:
parent
fb20aa1d78
commit
4e2debde63
@ -30,7 +30,8 @@
|
|||||||
|
|
||||||
- name: Install nodejs dependencies
|
- name: Install nodejs dependencies
|
||||||
npm:
|
npm:
|
||||||
path: "{{ zigbee2mqtt_base_dir }}" environment:
|
path: "{{ zigbee2mqtt_base_dir }}"
|
||||||
|
environment:
|
||||||
PATH: "{{ __zigbee2mqtt_npm_executable | dirname }}:{{ ansible_env.PATH }}"
|
PATH: "{{ __zigbee2mqtt_npm_executable | dirname }}:{{ ansible_env.PATH }}"
|
||||||
notify: __zigbee2mqtt_restart
|
notify: __zigbee2mqtt_restart
|
||||||
when: zigbee2mqtt_version is version(zigbee2mqtt_current_version, ">")
|
when: zigbee2mqtt_version is version(zigbee2mqtt_current_version, ">")
|
||||||
|
Loading…
Reference in New Issue
Block a user