Skip to content

Commit

Permalink
Update roles/otel_collector/handlers/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: v-zhuravlev <[email protected]>
  • Loading branch information
ishanjainn and v-zhuravlev authored Jan 31, 2024
1 parent cb5f7ba commit aab0b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/otel_collector/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Restart OpenTelemetry Collector

Check warning on line 1 in roles/otel_collector/handlers/main.yml

View workflow job for this annotation

GitHub Actions / Perform Linting

1:1 [document-start] missing document start "---"
ansible.builtin.service:
ansible.builtin.systemd:
name: "{{ otel_collector_service_name }}"
state: restarted
become: true

0 comments on commit aab0b0e

Please sign in to comment.