win_chocolatey: Fix hang on missing/required base env vars (#51154)

* win_chocolatey: Fix crash on missing/required base env vars

* Add changelog fragment
This commit is contained in:
John Nelson
2019-01-21 17:13:02 -07:00
committed by Jordan Borean
parent 9ec9f18b13
commit 5540d66747
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_chocolatey - Fix hang when used with proxy for the first time - https://github.com/ansible/ansible/issues/47669