powershell: Respect remote_tmp path set by the user (#40210)

* powershell: Respect remote_tmp path set by the user

* Fixed up linting error and typo

* Added changelog
This commit is contained in:
Jordan Borean
2018-05-23 07:12:32 +10:00
committed by GitHub
parent 070a5557d1
commit f84f3de7c2
18 changed files with 281 additions and 203 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- powershell - use the tmpdir set by `remote_tmp` for become/async tasks instead of the generic $env:TEMP - https://github.com/ansible/ansible/pull/40210