1
0
Fork 0
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:
Matt Clay 2017-01-26 15:22:16 -08:00
parent 0e7dd18650
commit 5503b89831

View file

@ -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