Skip to content

Commit

Permalink
[ansible] Get full OS version, not just the major
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 18, 2023
1 parent 5535e47 commit 079c7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/templates/telemetry.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
Expand Down

0 comments on commit 079c7f0

Please sign in to comment.