mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	* win async: use async_dir for the async results file directory * tried to unify POSIX and PowerShell async implementations of async_dir * fix sanity issue
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			644 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			644 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
minor_changes:
 | 
						|
- windows async - change default directory from ``$env:TEMP\.ansible_async`` to ``$env:USERPROFILE\.ansible_async`` to match the POSIX standard.
 | 
						|
- windows async - async directory is now controlled by the ``async_dir`` shell option and not ``remote_tmp`` to match the POSIX standard.
 | 
						|
bugfixes:
 | 
						|
- async - fixed issue where the shell option ``async_dir`` was not being used when setting the async directory.
 | 
						|
deprecated_features:
 | 
						|
- async - setting the async directory using ``ANSIBLE_ASYNC_DIR`` as an environment key in a task or play is deprecated and will be removed in Ansible 2.12. Set a var name ``ansible_async_dir`` instead.
 |