mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
rename analytics setting
This commit is contained in:
@@ -49,7 +49,7 @@ def metrics():
|
||||
license_info = get_license(show_key=False)
|
||||
SYSTEM_INFO.info({
|
||||
'install_uuid': settings.INSTALL_UUID,
|
||||
'insights_analytics': str(settings.INSIGHTS_DATA_ENABLED),
|
||||
'insights_analytics': str(settings.INSIGHTS_TRACKING_STATE),
|
||||
'tower_url_base': settings.TOWER_URL_BASE,
|
||||
'tower_version': get_awx_version(),
|
||||
'ansible_version': get_ansible_version(),
|
||||
|
||||
Reference in New Issue
Block a user