Skip to content

Commit

Permalink
[ansible/telemetry] Fix syntax...
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 1, 2025
1 parent 37012d9 commit 182b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/telemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
Content-Type: application/json
accept: application/json
user-agent: "{{ _ovos_installer_telemetry_user_agent }}"
validate_certs: false
register: _push_telemetry_data
until: _push_telemetry_data.status == 200
retries: 5
delay: 3
validate_certs: false
rescue:
- name: Rescue telemetry
ansible.builtin.debug:
Expand Down

0 comments on commit 182b8fb

Please sign in to comment.