Use new secrets path for z9 vm-secrets
This commit is contained in:
parent
3d238d9f63
commit
2825c5089f
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
zigbee2mqtt__version: "1.32.1"
|
||||
zigbee2mqtt__network_key: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/zigbee2mqtt/network_key', create=false, missing='error') }}"
|
||||
zigbee2mqtt__network_key: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/z9/zigbee2mqtt/network_key', create=false, missing='error') }}"
|
||||
zigbee2mqtt__initial_config: "{{ lookup('ansible.builtin.template', 'z9/configs/zigbee2mqtt/zigbee2mqtt/configuration.yaml.j2') }}"
|
||||
|
||||
certbot__version_spec: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue