mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Run fewer tests for winrm config script changes.
This commit is contained in:
@@ -146,7 +146,7 @@ class PathMapper(object):
|
||||
if path.startswith('examples/'):
|
||||
if path == 'examples/scripts/ConfigureRemotingForAnsible.ps1':
|
||||
return {
|
||||
'windows-integration': 'all',
|
||||
'windows-integration': 'connection_winrm',
|
||||
}
|
||||
|
||||
return minimal
|
||||
|
||||
Reference in New Issue
Block a user