mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
bugfixes:
 | 
						|
- imports - Prevent the name of an import from being addressable as a handler, only the tasks within should
 | 
						|
  be addressable. Use an include instead of an import if you need to execute many tasks from a single handler
 | 
						|
  (https://github.com/ansible/ansible/issues/48936)
 |