forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			380 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			380 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| argument_specs:
 | |
|   main:
 | |
|     options:
 | |
|       zigbee2mqtt__version:
 | |
|         description: zigbee2mqtt version to install
 | |
|         type: str
 | |
|         required: true
 | |
|       zigbee2mqtt__initial_config:
 | |
|         description: Configuration file content for initial deployment.
 | |
|           It does not replace the configuration if it already exists.
 | |
|         type: str
 | |
|         required: true
 |