Ignore platform_agnostic.yaml in ansible-test.

pull/19969/head
Matt Clay 7 years ago
parent 267d0fb400
commit fad469efca

@ -373,6 +373,9 @@ class PathMapper(object):
if self.prefixes.get(name) == 'network' and ext == '.yaml':
return minimal # network integration test playbooks are not used by ansible-test
if filename == 'platform_agnostic.yaml':
return minimal # network integration test playbook not used by ansible-test
return {
'integration': 'all',
'windows-integration': 'all',

Loading…
Cancel
Save