mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Miscellaneous ansible-test updates. (#27937)
* Add keep alives to ansible-test ssh delegation. * Improve ansible-test JSON parsing error messages. * Increase ansible-test delegation sleep and retry. * Update ansible-test to recognize .psm1 files.
This commit is contained in:
@@ -260,7 +260,7 @@ class PathMapper(object):
|
||||
return minimal
|
||||
|
||||
if path.startswith('lib/ansible/module_utils/'):
|
||||
if ext == '.ps1':
|
||||
if ext in ('.ps1', '.psm1'):
|
||||
return {
|
||||
'windows-integration': self.integration_all_target,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user