mirror of https://github.com/ansible/ansible.git
powershell: backport environment string handler fixes 2.5 (#37223)
* win: handle non string as an environment value (#37215)
* win: handle non string as an environment value
* Changed powershell environment handler to use .net function instead for special chars
(cherry picked from commit 708869edd6
)
* Added changelog fragement for powershell environment handler fix
* typo in changelog
pull/37228/head
parent
044aa1cb73
commit
acef6d25b1
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- powershell - fixed issue with passing in a bool and int to the Windows environment block, also allow special chars in the env key name (https://github.com/ansible/ansible/pull/37215)
|
Loading…
Reference in New Issue