diff --git a/test/runner/lib/target.py b/test/runner/lib/target.py index a7e35fdd6ff..0fac98cb04b 100644 --- a/test/runner/lib/target.py +++ b/test/runner/lib/target.py @@ -566,7 +566,7 @@ class IntegrationTarget(CompletionTarget): elif os.path.isdir(os.path.join(path, 'tasks')) or os.path.isdir(os.path.join(path, 'defaults')): self.type = 'role' else: - self.type = 'unknown' + self.type = 'role' # ansible will consider these empty roles, so ansible-test should as well # static_aliases