mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Run all win tests for winrm config script changes.
This commit is contained in:
parent
adb7426c0c
commit
3ec7243918
1 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,11 @@ class PathMapper(object):
|
||||||
return minimal
|
return minimal
|
||||||
|
|
||||||
if path.startswith('examples/'):
|
if path.startswith('examples/'):
|
||||||
|
if path == 'examples/scripts/ConfigureRemotingForAnsible.ps1':
|
||||||
|
return {
|
||||||
|
'windows-integration': 'all',
|
||||||
|
}
|
||||||
|
|
||||||
return minimal
|
return minimal
|
||||||
|
|
||||||
if path.startswith('hacking/'):
|
if path.startswith('hacking/'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue