diff --git a/ansible/roles/ovos_installer/templates/telemetry.json.j2 b/ansible/roles/ovos_installer/templates/telemetry.json.j2 index e2a002f9..e50f2a61 100644 --- a/ansible/roles/ovos_installer/templates/telemetry.json.j2 +++ b/ansible/roles/ovos_installer/templates/telemetry.json.j2 @@ -2,7 +2,7 @@ { "os_type": "{{ ansible_system | lower }}", "os_name": "{{ ansible_distribution | lower }}", - "os_version": "{{ ansible_distribution_major_version }}", + "os_version": "{{ ansible_distribution_version }}", "os_kernel": "{{ ansible_kernel }}", "architecture": "{{ ansible_architecture }}", "sound_server": "{{ ovos_installer_sound_server | lower }}",