mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
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;"`
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| integration | ||
| lib/ansible_test | ||
| sanity | ||
| support | ||
| units | ||