mirror of https://github.com/ansible/ansible.git
Fix LIB env var incorrectly set to "System.Collections.DictionaryEntry" (#86436)
This is a fix for a common issue where Ansible is setting the LIB env var to the data type (System.Collections.DictionaryEntry) and not the actual value. It unfortunately causes downstream issues if you run PowerShell scripts that are affected by the LIB variable not being a search path, but an incorrect string. It causes Add-Type to fail on even the simples call (like `Add-Type "using System;"`pull/86455/head
parent
6b5301eba7
commit
a0b3c7c0d6
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "Fix Windows LIB env var corruption (https://github.com/ansible-collections/ansible.windows/issues/297)."
|
||||
Loading…
Reference in New Issue