Skip to content

Commit 4798a3f

Browse files
committed
fix ansible lint: newline required at end of file
1 parent bd45395 commit 4798a3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/ansible/roles/collector/tasks/yum_install_otel_collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
notify:
3737
- "restart splunk-otel-collector"
3838
- "restart td-agent"
39-
when: install_local_artifact
39+
when: install_local_artifact

deployments/ansible/roles/collector/tasks/zypper_install_otel_collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
name: /tmp/rpm-{{ ansible_facts.ansible_architecture }}-package
3737
notify:
3838
- "restart splunk-otel-collector"
39-
when: install_local_artifact
39+
when: install_local_artifact

0 commit comments

Comments
 (0)