Skip to content

Commit

Permalink
Fix src file path variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
danivovich committed Jun 9, 2023
1 parent 3448a2b commit e40506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/node_exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

- name: Template out the env file
template:
src: {{ node_exporter_env_file }}
src: "{{ node_exporter_env_file }}"
dest: /etc/prometheus-node-exporter
mode: 0644
become: yes
Expand Down

0 comments on commit e40506d

Please sign in to comment.