summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections/windows.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PowerShell - Support optional module util imports (#75187)Jordan Borean2021-09-241-0/+6
|
* Change collection PS util import pattern (#61307)Jordan Borean2019-08-281-2/+10
| | | | | | | | | | | | | | * Change collection PS util import pattern * Add changes for py2 compat * fix up regex and doc errors * fix up import analysis * Sanity fix for 2.6 CI workers * Get collection util path for coverage collection
* module_utils fixes in collections (#55118)Matt Davis2019-04-111-0/+20
* module_utils fixes in collections * fixed Windows module_utils in collections * fixed more Python module_utils cases (from X import module) * "medium style" Ansiballz modules now work properly with collections (ie, non-replacer but also not using basic.py) * added more tests * split Windows/POSIX exec * sanity