ansible/test
Jordan Borean 561d4c0b8b
Fix LIB env var incorrectly set to "System.Collections.DictionaryEntry" (#86436) (#86439)
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 a0b3c7c0d6)

Co-authored-by: Dag Wieers <dag@wieers.com>
2026-01-21 09:41:42 -08:00
..
integration Fix LIB env var incorrectly set to "System.Collections.DictionaryEntry" (#86436) (#86439) 2026-01-21 09:41:42 -08:00
lib/ansible_test ansible-test - Replace RHEL 10.0 with 10.1 (#86387) (#86390) 2026-01-07 17:19:02 -08:00
sanity [stable-2.19] Add AnsiballZ debugging support with debugpy (#85476) (#85528) 2025-08-04 10:12:41 -05:00
support async handling changed to use 'true' booleans(#85074) 2025-06-03 15:49:23 -07:00
units winrm - Add better Kerberos error (#86317) (#86323) 2026-01-14 13:52:10 -08:00