mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Adds versions to analytics collectors and manifest file.
- adds 'query_info.json' to contain collection metadata - adds 'manifest.json' to contain collection file version info
This commit is contained in:
committed by
Christian Adams
parent
9baa9eee96
commit
78c0d531bc
@@ -23,7 +23,7 @@ class Command(BaseCommand):
|
||||
self.logger.propagate = False
|
||||
|
||||
def handle(self, *args, **options):
|
||||
tgz = gather()
|
||||
tgz = gather(collection_type='manual')
|
||||
self.init_logging()
|
||||
if tgz:
|
||||
self.logger.debug(tgz)
|
||||
|
||||
Reference in New Issue
Block a user