mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Run fewer tests for winrm config script changes.
This commit is contained in:
parent
0e7dd18650
commit
5503b89831
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue