You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Dag Wieers a0b3c7c0d6
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;"`
1 week ago
..
integration/targets Fix LIB env var incorrectly set to "System.Collections.DictionaryEntry" (#86436) 1 week ago
lib/ansible_test ansible-test - Expand unwanted pylint check (#86416) 2 weeks ago
sanity ansible-test - Fix codespell test (#86419) 2 weeks ago
support Spelling and grammar fixes (#86417) 2 weeks ago
units Spelling and grammar fixes (#86417) 2 weeks ago