Skip to content

Commit

Permalink
Nit-picky linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Feb 26, 2024
1 parent 29c5418 commit 2247633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/stats/tasks/exporters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
restart_policy: unless-stopped
memory: "{{ stats_prometheus_smartctl_memory }}"

- name: hddtemp Docker Container
- name: Hddtemp Docker Container
community.docker.docker_container:
name: "{{ stats_hddtemp_docker_container_name }}"
image: "{{ stats_hddtemp_docker_image_name }}:{{ stats_hddtemp_docker_image_tag }}"
Expand Down

0 comments on commit 2247633

Please sign in to comment.