Use correct variable for initial config in zigbee2mqtt role
This commit is contained in:
parent
51c1b667f4
commit
69edb75112
|
@ -62,7 +62,7 @@
|
|||
become: true
|
||||
when: not zigbee2mqtt__conf_stat.stat.exists
|
||||
ansible.builtin.copy:
|
||||
content: "{{ zigbee2mqtt__config }}"
|
||||
content: "{{ zigbee2mqtt__initial_config }}"
|
||||
dest: /home/zigbee2mqtt/zigbee2mqtt_data/configuration.yaml
|
||||
mode: "640"
|
||||
owner: zigbee2mqtt
|
||||
|
|
Loading…
Reference in a new issue