Skip to content

Commit

Permalink
[ansible] Fix syntax based on ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 16, 2023
1 parent 4b4cae4 commit 1567c98
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 @@ -17,7 +17,7 @@
ansible.builtin.uri:
url: "{{ _ovos_installer_telemetry_url }}"
method: POST
body: "{{ lookup('ansible.builtin.template','telemetry.json.j2') }}"
body: "{{ lookup('ansible.builtin.template', 'telemetry.json.j2') }}"
status_code: 200
body_format: json
headers:
Expand Down

0 comments on commit 1567c98

Please sign in to comment.