mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
psrp: Added new Windows connection plugin (#41729)
* psrp: Added new Windows connection plugin * Tweaks to connection options from review
This commit is contained in:
committed by
Matt Davis
parent
07a011cd6f
commit
6982dfc756
@@ -395,7 +395,7 @@ class PathMapper(object):
|
||||
|
||||
# entire integration test commands depend on these connection plugins
|
||||
|
||||
if name == 'winrm':
|
||||
if name in ['winrm', 'psrp']:
|
||||
return {
|
||||
'windows-integration': self.integration_all_target,
|
||||
'units': units_path,
|
||||
|
||||
Reference in New Issue
Block a user