mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 15:21:25 -07: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:
parent
07a011cd6f
commit
6982dfc756
7 changed files with 793 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue