Use correct variable for initial config in zigbee2mqtt role
This commit is contained in:
		
					parent
					
						
							
								51c1b667f4
							
						
					
				
			
			
				commit
				
					
						69edb75112
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 julian
					julian