1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Ignore platform_agnostic.yaml in ansible-test.

This commit is contained in:
Matt Clay 2017-07-13 09:53:05 -07:00
parent 267d0fb400
commit fad469efca

View file

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